1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-26 16:49:53 +08:00

use config file lookup routine from a common place

This commit is contained in:
rofl0r
2012-07-08 23:32:50 +02:00
Unverified
parent 1a02b9f82f
commit fba5f5694c
5 changed files with 64 additions and 54 deletions
+4
View File
@@ -2,3 +2,7 @@
#define PROXYCHAINS_QUIET_MODE_ENV_VAR "PROXYCHAINS_QUIET_MODE"
#define PROXYCHAINS_CONF_FILE "proxychains.conf"
#define LOG_PREFIX "[proxychains] "
#include <stddef.h>
char *get_config_path(char* pbuf, size_t bufsize);