Add some comments from Gerald's Windows version of color_filters.c.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 24 Jul 2004 01:32:29 +0000 (01:32 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 24 Jul 2004 01:32:29 +0000 (01:32 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11501 f5534014-38df-0310-8fa8-9805f1628bb7

color_filters.c

index 67cd5c1af9031a0ee7bfd1759be314d4a935d9ac..ea47340281812f6f530fc106ceb8d72c6cf89b99 100644 (file)
@@ -44,6 +44,8 @@
 static gboolean read_filters(void);
 static gboolean read_global_filters(void);
 
+/* Variables and routines defined in color.h */
+
 GSList *filter_list = NULL;
 GSList *removed_filter_list = NULL;
 
@@ -142,6 +144,9 @@ filter_list_prime_edt(epan_dissect_t *edt)
 }
 
 /* read filters from the given file */
+
+/* XXX - Would it make more sense to use GStrings here instead of reallocing
+   our buffers? */
 static gboolean
 read_filters_file(FILE *f, gpointer arg)
 {