Changeset 43239


Ignore:
Timestamp:
01/17/19 00:44:27 (5 years ago)
Author:
obi
Message:

readd ipkg.h for OEBUILD from rev 21510

Location:
titan/titan
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/header.h

    r42990 r43239  
    10781078#endif
    10791079
     1080#ifdef OEBUILD
     1081//ipkg.h
     1082void freeipkg();
     1083int ipkg_update(void);
     1084int ipkg_upgrade(void);
     1085int ipkg_list(void);
     1086int ipkg_install(const char* package);
     1087int ipkg_remove(const char* package, int purge);
     1088struct menulist* ipkmenulist(struct menulist* mlist, char* paramskinname, char* skintitle, char* paramskinpath, char* section, int showpng, int flag);
     1089int ipkg_list_installed(void);
    10801090#endif
     1091
     1092#endif
Note: See TracChangeset for help on using the changeset viewer.