Changeset 43239
- Timestamp:
- 01/17/19 00:44:27 (4 years ago)
- Location:
- titan/titan
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/header.h
r42990 r43239 1078 1078 #endif 1079 1079 1080 #ifdef OEBUILD 1081 //ipkg.h 1082 void freeipkg(); 1083 int ipkg_update(void); 1084 int ipkg_upgrade(void); 1085 int ipkg_list(void); 1086 int ipkg_install(const char* package); 1087 int ipkg_remove(const char* package, int purge); 1088 struct menulist* ipkmenulist(struct menulist* mlist, char* paramskinname, char* skintitle, char* paramskinpath, char* section, int showpng, int flag); 1089 int ipkg_list_installed(void); 1080 1090 #endif 1091 1092 #endif
Note: See TracChangeset
for help on using the changeset viewer.