aboutsummaryrefslogtreecommitdiff
path: root/data.h
diff options
context:
space:
mode:
Diffstat (limited to 'data.h')
-rw-r--r--data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/data.h b/data.h
index db8aedc..393f830 100644
--- a/data.h
+++ b/data.h
@@ -34,7 +34,7 @@ void bootstrap(Data*);
/*
* insert line into database.
*/
-void insert(Data*, char*);
+void insert(Data*, char*, int);
/*
* Select all words.