mirror of
https://github.com/rofl0r/proxychains-ng.git
synced 2024-12-22 12:18:47 +00:00
cd4aee1997
framework to print version stolen from musl
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;
|
|
}
|
|
|