summaryrefslogtreecommitdiffstats
path: root/libcrecovery/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcrecovery/common.h')
-rw-r--r--libcrecovery/common.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libcrecovery/common.h b/libcrecovery/common.h
new file mode 100644
index 000000000..59af22e53
--- /dev/null
+++ b/libcrecovery/common.h
@@ -0,0 +1,10 @@
+#ifndef LIBCRECOVERY_COMMON_H
+#define LIBCRECOVERY_COMMON_H
+
+#include <stdio.h>
+
+int __system(const char *command);
+FILE * __popen(const char *program, const char *type);
+int __pclose(FILE *iop);
+
+#endif \ No newline at end of file