repo.or.cz
/
elinks.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move-link-prev-line: Really fixed.
[elinks.git]
/
src
/
main
/
version.h
blob
34c5a672b2e57b205f01c213537629b5e5df7434
1
#ifndef EL__MAIN_VERSION_H
2
#define EL__MAIN_VERSION_H
3
4
struct
terminal
;
5
6
unsigned char
*
get_dyn_full_version
(
struct
terminal
*
term
,
int
more
);
7
void
init_static_version
(
void
);
8
9
#endif
/* EL__MODULES_VERSION_H */