summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/session.h b/session.h
index f02c7e1..989fd65 100644
--- a/session.h
+++ b/session.h
@@ -1,3 +1,4 @@
-#include "utils.h"
+#include <stdio.h>
+/* Starts a oujia session using a inputted dictionary file */
void startSession(FILE *dictionary);