summaryrefslogtreecommitdiffstats
path: root/src/include/foreachaddr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/foreachaddr.h')
-rw-r--r--src/include/foreachaddr.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/include/foreachaddr.h b/src/include/foreachaddr.h
index c46d47195a..9ed35eab9e 100644
--- a/src/include/foreachaddr.h
+++ b/src/include/foreachaddr.h
@@ -1,7 +1,6 @@
/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/* include/foreachaddr.h */
/*
- * include/foreachaddr.c
- *
* Copyright 1990,1991,2000,2001,2002,2004 by the Massachusetts Institute of Technology.
* All Rights Reserved.
*
@@ -23,7 +22,9 @@
* M.I.T. makes no representations about the suitability of
* this software for any purpose. It is provided "as is" without express
* or implied warranty.
- *
+ */
+
+/*
*
* Iterate over the protocol addresses supported by this host, invoking
* a callback function or three supplied by the caller.