aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-05 13:28:13 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-05 13:28:13 +0000
commit3f03cb994988c84cf203cf8d1e1099473bbb72d4 (patch)
tree5331e4556488e136c1e6c632817896069f8879fb /gtk/hostlist_table.h
parent1c26125c634214afb6b2eef794a33b0a4a9e9c84 (diff)
add more details for doxygen
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11122 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/hostlist_table.h')
-rw-r--r--gtk/hostlist_table.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/hostlist_table.h b/gtk/hostlist_table.h
index f0d13ca719..63749f2582 100644
--- a/gtk/hostlist_table.h
+++ b/gtk/hostlist_table.h
@@ -2,7 +2,7 @@
* modified from endpoint_talkers_table 2003 Ronnie Sahlberg
* Helper routines common to all host talkers taps.
*
- * $Id: hostlist_table.h,v 1.7 2004/06/03 21:46:27 guy Exp $
+ * $Id: hostlist_table.h,v 1.8 2004/06/05 13:28:13 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -73,7 +73,6 @@ extern void register_hostlist_table(gboolean hide_ports, char *table_name, char
* @param tap_name the registered tap name
* @param filter the optional filter name or NULL
* @param packet_func the function to be called for each incoming packet
- * @todo get values from register_hostlist_table() instead of own parameters
*/
extern void init_hostlist_table(gboolean hide_ports, char *table_name, char *tap_name, char *filter, void *packet_func);