update to netlogon to show DsrGetDcNameEx2() Client account name, domain name and...
[obnox/wireshark/wip.git] / packet-sna.h
index 2cce48251856f7ceb497114d44558e674d22f920..2e3d4116626b66f17fb488ceb8d9c3a55667b7da 100644 (file)
@@ -1,7 +1,7 @@
 /* packet-sna.h
  * Definitions for SNA dissection.
  *
- * $Id: packet-sna.h,v 1.5 2002/08/28 21:00:34 jmayer Exp $
+ * $Id: packet-sna.h,v 1.6 2003/08/26 01:00:28 guy Exp $
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -32,9 +32,4 @@ struct sna_fid_type_4_addr {
        guint16 ef;
 };
 
-/*
- * Routine to take an SNA FID Type 4 address and generate a string.
- */
-extern gchar *sna_fid_type_4_addr_to_str(const struct sna_fid_type_4_addr *addrp);
-
 #endif