summaryrefslogtreecommitdiffstats
path: root/extra-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'extra-functions.h')
-rw-r--r--extra-functions.h6
1 files changed, 0 insertions, 6 deletions
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);