summaryrefslogtreecommitdiff
path: root/inc/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/utils.h')
-rwxr-xr-xinc/utils.h3
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*/