mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-22 20:38:49 +00:00
7 lines
124 B
C
7 lines
124 B
C
|
#include "version.h"
|
||
|
static const char version[] = VERSION;
|
||
|
const char *proxychains_get_version(void) {
|
||
|
return version;
|
||
|
}
|
||
|
|