Fex-II/inc/install.h

15 lines
313 B
C

//
// Created by auric on 2/28/24.
//
#ifndef INSTALL_H
#define INSTALL_H
//int installPackage(char** packages, int pkgCount, int type);
int installBinaries(char** packages, int pkgCount);
int installSources(char** packages, int pkgCount);
int removePackages(char** packges, int pkgCount);
#endif //INSTALL_H