Fex-II/inc/install.h

11 lines
174 B
C
Raw Normal View History

2024-02-28 20:43:02 -06:00
//
// Created by auric on 2/28/24.
//
#ifndef INSTALL_H
#define INSTALL_H
int installPackages(char** package, int pkgCount, int source, int uninstall);
#endif //INSTALL_H