Sort the pixel formats.
[metze/wireshark/wip.git] / ui / util.h
index 5cbfd151d342804058e580091507abfabcba6200..22898fd0afa551a2669a998527eac144a8bae25c 100644 (file)
--- a/ui/util.h
+++ b/ui/util.h
@@ -1,8 +1,6 @@
 /* util.h
  * Utility definitions
  *
- * $Id$
- *
  * Wireshark - Network traffic analyzer
  * By Gerald Combs <gerald@wireshark.org>
  * Copyright 1998 Gerald Combs
@@ -52,6 +50,11 @@ void compute_timestamp_diff(gint *diffsec, gint *diffusec,
  */
 const char *get_conn_cfilter(void);
 
+/** Check if we're running on a remote connection.
+ * @return TRUE if we're running remotely, FALSE if local.
+ */
+gboolean display_is_remote(void);
+
 /** Set the latest opened directory.
  *  Will already be done when using file_selection_new().
  *