diff options
Diffstat (limited to 'twinstall.h')
-rw-r--r-- | twinstall.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/twinstall.h b/twinstall.h index ea467a2b9..f60dd26ce 100644 --- a/twinstall.h +++ b/twinstall.h @@ -1,14 +1,6 @@ #ifndef RECOVERY_TWINSTALL_H_ #define RECOVERY_TWINSTALL_H_ -#ifdef __cplusplus -extern "C" { -#endif - int TWinstall_zip(const char* path, int* wipe_cache); -#ifdef __cplusplus -} -#endif - #endif // RECOVERY_TWINSTALL_H_ |