dictre.h
changeset 5 c87681fff7d3
parent 2 57a1fcb0c75c
child 8 09ec33061ff3
--- a/dictre.h	Sat Aug 11 16:12:27 2007 +0200
+++ b/dictre.h	Mon Aug 13 16:27:41 2007 +0200
@@ -30,7 +30,6 @@
 
 /* sort.c */
 int sort_words();
-
 /* load.c */
 void load_init();
 void load_dictionary(FILE *index, FILE *fdefs);
@@ -38,3 +37,9 @@
 
 /* fastmalloc */
 void * fastmalloc(int newsize);
+
+/* repeated.c */
+void new_hashdef(struct Def *ptr, int index);
+int def_repeated(struct Def *ptr);
+void init_repeated();
+void remove_def(int i);