aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/hostlist_table.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-05 13:28:13 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-05 13:28:13 +0000
commitd9c70dcdf6999ebea7380f8202aab4ee746517b8 (patch)
tree5331e4556488e136c1e6c632817896069f8879fb /gtk/hostlist_table.h
parentdd5bc1c8891780de6c93b924e6109670f213c2ef (diff)
add more details for doxygen
svn path=/trunk/; revision=11122
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);