1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/bookmarks/backend/default.h

18 lines
257 B
C
Raw Normal View History

#ifndef EL__BOOKMARKS_BACKEND_DEFAULT_H
#define EL__BOOKMARKS_BACKEND_DEFAULT_H
#include "bookmarks/backend/common.h"
#ifdef __cplusplus
extern "C" {
#endif
extern struct bookmarks_backend default_bookmarks_backend;
#ifdef __cplusplus
}
#endif
#endif