summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index 0b72df4..6cfbc80 100644
--- a/utils.h
+++ b/utils.h
@@ -3,6 +3,7 @@
#define MAX_LINE 256
int checkIfFileExists(char *path);
+int numerize(char *string);
int lineCounter(FILE *dictionary);
char* getLine(FILE *dictionary, int line);
-int getRandomNumber(int min, int max);
+int getRandomNumber(int min, int max, char *question);