dictre.h
changeset 8 09ec33061ff3
parent 5 c87681fff7d3
child 10 188a0e3b3fb4
--- a/dictre.h	Mon Aug 13 23:45:46 2007 +0200
+++ b/dictre.h	Tue Aug 14 22:18:46 2007 +0200
@@ -24,6 +24,8 @@
 char * get_word(FILE *index);
 int get_int(FILE *index);
 char * get_def(FILE *fdefs, int offset, int length);
+int str2int(const char *str);
+int num_to_ia5(char *dest, int n);
 
 /* filter.c */
 void filter_all(const char *filter_par);