Improved safety and reliability of the --add option
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#ifndef __INSTALL_H__
|
||||
#define __INSTALL_H__
|
||||
#define INSTALLED_FLAG_FILE "__DO_NOT_REMOVE__"
|
||||
int addMod(const char * filePath, int appId);
|
||||
int addMod(char * filePath, int appId);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user