aboutsummaryrefslogtreecommitdiffstats
path: root/ui/util.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:52:35 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:52:35 +0000
commit7b3055b74bfdec807e1c134b562ed84f02916932 (patch)
tree42f0eae4bba2ef6bf04f16400d72136eb4abd8ac /ui/util.h
parent14f2efec2bc910e6d9a9e9c236011c33c4bb0ab7 (diff)
Fix indent and add Modelines info for new common ui source file(s)
svn path=/trunk/; revision=45766
Diffstat (limited to 'ui/util.h')
-rw-r--r--ui/util.h29
1 files changed, 21 insertions, 8 deletions
diff --git a/ui/util.h b/ui/util.h
index 1e7b8458b0..214443292f 100644
--- a/ui/util.h
+++ b/ui/util.h
@@ -41,14 +41,14 @@ void compute_timestamp_diff(gint *diffsec, gint *diffusec,
guint32 sec1, guint32 usec1, guint32 sec2, guint32 usec2);
/* Try to figure out if we're remotely connected, e.g. via ssh or
- Terminal Server, and create a capture filter that matches aspects of the
- connection. We match the following environment variables:
-
- SSH_CONNECTION (ssh): <remote IP> <remote port> <local IP> <local port>
- SSH_CLIENT (ssh): <remote IP> <remote port> <local port>
- REMOTEHOST (tcsh, others?): <remote name>
- DISPLAY (x11): [remote name]:<display num>
- CLIENTNAME (terminal server): <remote name>
+ Terminal Server, and create a capture filter that matches aspects of the
+ connection. We match the following environment variables:
+
+ SSH_CONNECTION (ssh): <remote IP> <remote port> <local IP> <local port>
+ SSH_CLIENT (ssh): <remote IP> <remote port> <local port>
+ REMOTEHOST (tcsh, others?): <remote name>
+ DISPLAY (x11): [remote name]:<display num>
+ CLIENTNAME (terminal server): <remote name>
*/
const char *get_conn_cfilter(void);
@@ -58,3 +58,16 @@ const char *get_conn_cfilter(void);
#endif /* __cplusplus */
#endif /* __UTIL_H__ */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */