Clean up white space.
[obnox/wireshark/wip.git] / util.h
diff --git a/util.h b/util.h
index 838718626c7178434a3fda9d9db393ed1579c327..a129387c45604f2d770c7c5a70691adbc6ec7264 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,7 +1,7 @@
 /* util.h
  * Utility definitions
  *
- * $Id: util.h,v 1.20 2000/07/31 04:53:32 guy Exp $
+ * $Id: util.h,v 1.22 2000/10/11 07:35:00 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
@@ -43,6 +43,13 @@ extern "C" {
  */
 int test_for_directory(const char *);
 
+/*
+ * Given a pathname, return a pointer to the last pathname separator
+ * character in the pathname, or NULL if the pathname contains no
+ * separators.
+ */
+char *find_last_pathname_separator(char *);
+
 /*
  * Given a pathname, return the last component.
  */
@@ -84,6 +91,9 @@ void free_interface_list(GList *if_list);
 
 #endif
 
+/* Compute the difference between two seconds/microseconds time stamps. */
+void compute_timestamp_diff(gint *, gint *, guint32, guint32, guint32, guint32);
+
 #ifdef __cplusplus
 }
 #endif /* __cplusplus */