SMB2: fix Uninitialized variables (UNINIT) (CID 1354418)
[metze/wireshark/wip.git] / conditions.h
index 262c478476822b5f19fb6dad393308e275a44738..4ff261331386c27195aafce7a572453b3b1fa1e3 100644 (file)
@@ -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 */