2e87f0c
--- speech-dispatcher-0.6.7/src/modules/module_main.c.orig	2009-05-20 11:40:37.000000000 +0100
2e87f0c
+++ speech-dispatcher-0.6.7/src/modules/module_main.c	2009-05-20 11:40:46.000000000 +0100
2e87f0c
@@ -22,7 +22,7 @@
2e87f0c
  */
2e87f0c
 
2e87f0c
 /* So that gcc doesn't comply */
2e87f0c
-int getline(char**, size_t*, FILE*);
2e87f0c
+/*int getline(char**, size_t*, FILE*);*/
2e87f0c
 
2e87f0c
 #define PROCESS_CMD(command, function) \
2e87f0c
 if (!strcmp(cmd_buf, #command"\n")){ \
2e87f0c
--- speech-dispatcher-0.6.7/src/modules/module_utils.h.orig	2009-05-20 11:48:06.000000000 +0100
2e87f0c
+++ speech-dispatcher-0.6.7/src/modules/module_utils.h	2009-05-20 11:48:14.000000000 +0100
2e87f0c
@@ -421,7 +421,7 @@
2e87f0c
 
2e87f0c
 
2e87f0c
 /* So that gcc doesn't complain */
2e87f0c
-int getline(char**, size_t*, FILE*);
2e87f0c
+/*int getline(char**, size_t*, FILE*);*/
2e87f0c
 
2e87f0c
 pthread_mutex_t module_stdout_mutex;
2e87f0c