]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - gui.c
mysql selector commands: escape argv[] when used in a query.
[paraslash.git] / gui.c
diff --git a/gui.c b/gui.c
index de0e9c54a2729c4d597b8521989c233bf8340bb1..232572914bd9b7ca83038a334a7cff1b3ce2fdaf 100644 (file)
--- a/gui.c
+++ b/gui.c
 #include "ringbuffer.h"
 #include "string.h"
 #include "fd.h"
 #include "ringbuffer.h"
 #include "string.h"
 #include "fd.h"
+#include "error.h"
 
 
+/** define the array of error lists needed by para_gui */
+INIT_GUI_ERRLISTS;
 extern const char *status_item_list[NUM_STAT_ITEMS];
 static char *stat_content[NUM_STAT_ITEMS];
 
 extern const char *status_item_list[NUM_STAT_ITEMS];
 static char *stat_content[NUM_STAT_ITEMS];