mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
10 lines
188 B
C
10 lines
188 B
C
|
|
#ifndef EL__BOOKMARKS_BACKEND_DEFAULT_H
|
|
#define EL__BOOKMARKS_BACKEND_DEFAULT_H
|
|
|
|
#include "bookmarks/backend/common.h"
|
|
|
|
extern struct bookmarks_backend default_bookmarks_backend;
|
|
|
|
#endif
|