repo.or.cz
/
rofl0r-proxychains-ng.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
core: use string instead of compound literal
[rofl0r-proxychains-ng.git]
/
src
/
version.c
blob
5a5338872c023afd7d8624bd64981539d7a3ecfe
1
#include
"version.h"
2
static const char
version
[] =
VERSION
;
3
const char
*
proxychains_get_version
(
void
) {
4
return
version
;
5
}
6