aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index ce7e516822..f9f65cddff 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -1,22 +1,22 @@
/* to_str.h
* Definitions for utilities to convert various other types to strings.
*
- * $Id: to_str.h,v 1.7 2002/08/02 21:29:40 jmayer Exp $
+ * $Id: to_str.h,v 1.8 2002/08/28 20:40:45 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
+ *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
- *
+ *
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
+ *
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
@@ -38,9 +38,9 @@ typedef enum {
NSECS /* nanoseconds */
} time_res_t;
-/*
+/*
* These are utility functions which convert various types to strings,
- * but for which no more specific module applies.
+ * but for which no more specific module applies.
*/
extern gchar* ether_to_str(const guint8 *);