aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/main.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-04 18:44:44 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2005-02-04 18:44:44 +0000
commita0f4147df57f06cc7af1c1a8dd292bf5a2063bac (patch)
treef2d0d9d8c5c3712358e4169b04391e0629dfd4af /gtk/main.h
parent37970481899db3ae082d06c6979c42f2a280d8f0 (diff)
huge cleanup of capture file API (functions in file.c/file.h).
This includes: all functions in file.h now have a cf_ prefix, will have doxygen tags, will have the capture_file *cf as the first parameter and I tried to generalize the return values for non trivial functions. Hopefully, I didn't introduced any new bugs, as I had to change a lot of files... git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13289 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/main.h')
-rw-r--r--gtk/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/main.h b/gtk/main.h
index 4d58bb7534..cad3fe317f 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -252,7 +252,7 @@ extern void main_widgets_rearrange(void);
extern void main_widgets_show_or_hide(void);
/** Apply a new filter string.
- * Call filter_packets() and add this filter string to the recent filter list.
+ * Call cf_filter_packets() and add this filter string to the recent filter list.
*
* @param cf the capture file
* @param dftext the new filter string