From 8170a921453945caffb31c06d563010e8a182b3d Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Tue, 18 Sep 2012 15:40:25 -0400 Subject: Cleanup extra-functions --- extra-functions.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extra-functions.h') diff --git a/extra-functions.h b/extra-functions.h index 664ca3348..f355cdc45 100644 --- a/extra-functions.h +++ b/extra-functions.h @@ -4,14 +4,8 @@ #include "mincrypt/rsa.h" #include "minzip/Zip.h" -int __system(const char *command); -FILE * __popen(const char *program, const char *type); -int __pclose(FILE *iop); - static long tmplog_offset = 0; -void update_tz_environment_variables(); - void run_script(const char *str1, const char *str2, const char *str3, const char *str4, const char *str5, const char *str6, const char *str7, int request_confirm); void check_and_run_script(const char* script_file, const char* display_name); -- cgit v1.2.3