aboutsummaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-10-19 04:11:23 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-10-19 04:11:23 +0000
commit2dd24ea353a4c25370938c008f461bf00629d48b (patch)
treec75d3f5276cd0e77f516c6b700546df546b27b07 /util.h
parent10fcfef266be47d37585c211125fac7b7ad960c5 (diff)
Add ASCII/EBCDIC conversion to TCP Follow window. Also add Close button
for ease-of-use with window managers w/o "destroy" buttons (twm). svn path=/trunk/; revision=884
Diffstat (limited to 'util.h')
-rw-r--r--util.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/util.h b/util.h
index 5a32055b4c..6e396e7617 100644
--- a/util.h
+++ b/util.h
@@ -1,7 +1,7 @@
/* util.h
* Utility definitions
*
- * $Id: util.h,v 1.11 1999/08/18 02:59:05 guy Exp $
+ * $Id: util.h,v 1.12 1999/10/19 04:11:16 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -48,6 +48,9 @@ void simple_dialog(gint, gint *, gchar *, ...);
int create_tempfile(char *, int, const char *);
+void ASCII_to_EBCDIC(guint8 *buf, guint bytes);
+void EBCDIC_to_ASCII(guint8 *buf, guint bytes);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */