diff options
Diffstat (limited to 'src/common/util.h')
-rw-r--r-- | src/common/util.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/util.h b/src/common/util.h index f2fe2ecb..5231e56d 100644 --- a/src/common/util.h +++ b/src/common/util.h @@ -37,7 +37,6 @@ extern const unsigned char rfc_tolowertab[]; -int my_poptParseArgvString(const char * s, int * argcPtr, char *** argvPtr); char *expand_homedir (char *file); void path_part (char *file, char *path, int pathlen); int match (const char *mask, const char *string); @@ -50,8 +49,7 @@ char *nocasestrstr (const char *text, const char *tofind); char *country (char *); void country_search (char *pattern, void *ud, void (*print)(void *, char *, ...)); char *get_sys_str (int with_cpu); -int util_exec (const char *cmd); -int util_execv (char * const argv[]); +void util_exec (const char *cmd); #define STRIP_COLOR 1 #define STRIP_ATTRIB 2 #define STRIP_HIDDEN 4 |