aboutsummaryrefslogtreecommitdiffstats
path: root/conditions.h
diff options
context:
space:
mode:
Diffstat (limited to 'conditions.h')
-rw-r--r--conditions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/conditions.h b/conditions.h
index 262c478476..4ff2613313 100644
--- a/conditions.h
+++ b/conditions.h
@@ -129,6 +129,8 @@ void* cnd_get_user_data(condition*);
*/
void cnd_set_user_data(condition *, void *);
+#endif /* CONDITIONS_H */
+
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
@@ -141,5 +143,3 @@ void cnd_set_user_data(condition *, void *);
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/
-
-#endif /* CONDITIONS_H */