aboutsummaryrefslogtreecommitdiffstats
path: root/capture_stop_conditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'capture_stop_conditions.h')
-rw-r--r--capture_stop_conditions.h17
1 files changed, 15 insertions, 2 deletions
diff --git a/capture_stop_conditions.h b/capture_stop_conditions.h
index 3454539327..2cd21253f9 100644
--- a/capture_stop_conditions.h
+++ b/capture_stop_conditions.h
@@ -23,5 +23,18 @@
void init_capture_stop_conditions(void);
void cleanup_capture_stop_conditions(void);
-extern const char* CND_CLASS_TIMEOUT;
-extern const char* CND_CLASS_CAPTURESIZE;
+extern const char *CND_CLASS_TIMEOUT;
+extern const char *CND_CLASS_CAPTURESIZE;
+
+/*
+ * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ *
+ * Local Variables:
+ * c-basic-offset: 2
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=2 tabstop=8 expandtab:
+ * :indentSize=2:tabSize=8:noTabs=true:
+ */