diff options
Diffstat (limited to 'inc')
-rwxr-xr-x | inc/utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/utils.h b/inc/utils.h index c045b83..0149aaf 100755 --- a/inc/utils.h +++ b/inc/utils.h @@ -1,6 +1,7 @@ #ifndef UTILS_H #define UTILS_H +#include <panel.h> #include "slices.h" struct progArgs { @@ -9,7 +10,7 @@ struct progArgs { }; int parseArgs(int argc, char **argv, struct progArgs *args); - void usage(char *progname); +int cursesInit(WINDOW *wins[], PANEL *panels[], int count); #endif /*UTILS_H*/ |