projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
aft: Avoid invalid read.
[paraslash.git]
/
version.h
1
/** \file version.h Functions for printing the version string. */
2
3
const char
*
version_single_line
(
const char
*
pfx
);
4
const char
*
version_text
(
const char
*
pfx
);
5
void
version_handle_flag
(
const char
*
pfx
,
bool
flag
);