summaryrefslogtreecommitdiff
path: root/conditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'conditions.h')
-rw-r--r--conditions.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/conditions.h b/conditions.h
index c75d01fc4c..262c478476 100644
--- a/conditions.h
+++ b/conditions.h
@@ -129,4 +129,17 @@ void* cnd_get_user_data(condition*);
*/
void cnd_set_user_data(condition *, void *);
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vi: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */
+
#endif /* CONDITIONS_H */