mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
9 lines
214 B
C
9 lines
214 B
C
#ifndef EL__BOOKMARKS_BACKEND_XBEL_H
|
|
#define EL__BOOKMARKS_BACKEND_XBEL_H
|
|
|
|
#include "bookmarks/backend/common.h"
|
|
|
|
extern struct bookmarks_backend xbel_bookmarks_backend;
|
|
|
|
#endif /* !EL__BOOKMARKS_BACKEND_XBEL_H */
|