repo.or.cz
/
elinks
/
elinks-j605.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
iconv: Bail out of the loop when an illegal sequence of bytes occurs.
[elinks/elinks-j605.git]
/
src
/
bookmarks
/
backend
/
xbel.h
blob
85f6f536a7f4094111db5673187d3a8570cc787c
1
#ifndef EL__BOOKMARKS_BACKEND_XBEL_H
2
#define EL__BOOKMARKS_BACKEND_XBEL_H
3
4
#include
"bookmarks/backend/common.h"
5
6
extern
struct
bookmarks_backend xbel_bookmarks_backend
;
7
8
#endif
/* !EL__BOOKMARKS_BACKEND_XBEL_H */