summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc.h b/misc.h
index 627136f..6358051 100644
--- a/misc.h
+++ b/misc.h
@@ -1 +1,3 @@
-static int getLine (char *prmpt, char *buff, size_t sz);
+#include<string.h>
+
+int getLine(char*, char*, size_t);