Give the code that computes protocol statistics a progress dialog box,
[obnox/wireshark/wip.git] / packet-netbios.h
index c76b4d0c72f37572ab532e8b4a5fbb2d87471f8b..cfa903e0b529266bca45c6dc3a946f4beb4ff347 100644 (file)
@@ -5,7 +5,7 @@
  * 
  * derived from the packet-nbns.c
  *
- * $Id: packet-netbios.h,v 1.8 2000/11/10 21:09:49 guy Exp $
+ * $Id: packet-netbios.h,v 1.9 2001/01/15 04:39:28 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -39,7 +39,7 @@ extern int process_netbios_name(const u_char *name_ptr, char *name_ret);
 extern int get_netbios_name(tvbuff_t *tvb, int offset,
     char *name_ret);
 extern char *netbios_name_type_descr(int name_type);
-extern gboolean netbios_add_name( char* label, tvbuff_t *tvb, int offset,
+extern void netbios_add_name( char* label, tvbuff_t *tvb, int offset,
     proto_tree *tree);
 
 #endif