aboutsummaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'util.h')
-rw-r--r--util.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/util.h b/util.h
index f09ca51..003f8e7 100644
--- a/util.h
+++ b/util.h
@@ -22,3 +22,9 @@
void allLower(char*);
void print_string(const char*);
void remove_punct(char*);
+void refresh(void);
+void clear(void);
+int getnstr(char*, int);
+#define ERR 1
+#define OK 0
+extern int out_fd;