aboutsummaryrefslogtreecommitdiffstats
path: root/epan/resolv.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2001-01-31 05:52:24 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2001-01-31 05:52:24 +0000
commit95c0b516c108c9ab013bd4d97c7a5f2ed9ecc3e3 (patch)
treebaada0f616aa1c5f9d4130248607d718ffe12971 /epan/resolv.h
parentbffa9e30758f604459d82dd3e0f16e4705b725f2 (diff)
Correct a comment.
svn path=/trunk/; revision=2963
Diffstat (limited to 'epan/resolv.h')
-rw-r--r--epan/resolv.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/epan/resolv.h b/epan/resolv.h
index 28c177f1ba..0ff3dceb13 100644
--- a/epan/resolv.h
+++ b/epan/resolv.h
@@ -1,7 +1,7 @@
/* resolv.h
* Definitions for network object lookup
*
- * $Id: resolv.h,v 1.3 2000/10/19 22:59:24 guy Exp $
+ * $Id: resolv.h,v 1.4 2001/01/31 05:52:24 gram Exp $
*
* Laurent Deniel <deniel@worldnet.fr>
*
@@ -78,7 +78,8 @@ extern u_char *get_ipxnet_name(const guint32 addr);
extern u_char *get_ether_addr(u_char *name);
/* returns the ipx network corresponding to name. If name is unknown,
- * 0 is returned and 'known' is set to TRUE. */
+ * 0 is returned and 'known' is set to FALSE. On success, 'known'
+ * is set to TRUE. */
guint32 get_ipxnet_addr(u_char *name, gboolean *known);
/* adds a hostname/IP in the hash table */