summaryrefslogtreecommitdiff
path: root/flags.h
blob: bb9995b67e382f98c34687239f4ed43d3eeb257a (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdio.h>

void flags (char flag, char *packages);
void cleanPackages (int os);
void help ();
void installPackages (int os, char *packages);
void queryPackages (int os);
void removePackages (int os, char *packages);
void searchPackages (int os, char *packages);
void updatePackages (int os);