1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-06-01 04:09:52 +08:00

put abort functionality into get_config_path to further reduce code duplication

This commit is contained in:
rofl0r
2012-07-08 23:47:56 +02:00
Unverified
parent fafeaf5936
commit e5e87c8f22
4 changed files with 14 additions and 18 deletions
+1 -1
View File
@@ -5,4 +5,4 @@
#include <stddef.h>
char *get_config_path(char* pbuf, size_t bufsize);
char *get_config_path(char* default_path, char* pbuf, size_t bufsize);