aboutsummaryrefslogtreecommitdiffstats
path: root/color_filters.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-12-14 15:14:40 +0000
committerJörg Mayer <jmayer@loplof.de>2007-12-14 15:14:40 +0000
commit0c797861ba5c6ed26d54538a4caa43c8b0385f20 (patch)
treeab268b9acd0301ac66d03ad9ea51a4dddd29f537 /color_filters.h
parent6869154121e004146946cd12a9e89760e13a041c (diff)
Warning fixes: function declaration isn’t a prototype
svn path=/trunk/; revision=23862
Diffstat (limited to 'color_filters.h')
-rw-r--r--color_filters.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/color_filters.h b/color_filters.h
index 3daff31153..5eebc3b6da 100644
--- a/color_filters.h
+++ b/color_filters.h
@@ -79,7 +79,7 @@ color_filters_set_tmp(guint8 filt_nr, gchar *filter, gboolean disabled);
*
*/
void
-color_filters_reset_tmp();
+color_filters_reset_tmp(void);
/* Prime the epan_dissect_t with all the compiler
* color filters of the current filter list.