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
/
protocol
/
about.h
blob
e36e99c3a595e082a59ef0a1507863440665ed87
1
#ifndef EL__PROTOCOL_ABOUT_H
2
#define EL__PROTOCOL_ABOUT_H
3
4
#include
"protocol/protocol.h"
5
6
extern
protocol_handler_T about_protocol_handler
;
7
8
#endif