Fix:Core: Adds in forgotten prototype for 'linguistics_search'
authorgeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 12:53:07 +0000 (12:53 +0000)
committergeoghegan <geoghegan@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 5 Feb 2011 12:53:07 +0000 (12:53 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@4096 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/linguistics.h

index e3e52c2..2287b10 100644 (file)
@@ -7,3 +7,7 @@ void linguistics_init(void);
 #ifdef __cplusplus
 }
 #endif
+
+/* Prototypes */
+int linguistics_search(char *str);
+