summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-08-29 11:56:50 +0200
committerQC <qball@gmpclient.org>2015-08-29 11:57:04 +0200
commit89dcb5be1edc6b70cf7ee5120b62dae3100f1c3d (patch)
treeccfdbf1a8415d80353b505156a3628ec5959ab3c /include/helper.h
parentae3c8c764fab7524501575db5c5c33a72b30d198 (diff)
Remove unused function
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/helper.h b/include/helper.h
index 008964ae..250bea9b 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -81,7 +81,6 @@ int find_arg_int ( const char * const key, int *val );
* @returns TRUE if key was found and val was set.
*/
int find_arg_str ( const char * const key, char** val );
-int find_arg_str_alloc ( const char * const key, char** val );
/**
* @param key The key to search for