summaryrefslogtreecommitdiff
path: root/ui/rtp_stream.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-10-14 15:58:21 -0400
committerBill Meier <wmeier@newsguy.com>2014-10-14 20:08:29 +0000
commitbfe37060351eac4ce95a0bc36f218d992f216ff1 (patch)
tree2096f1e22515309b460c201e179f7ce4f3045c8e /ui/rtp_stream.h
parent71c5ac03e23edf46878fbc60fe6c1694476775de (diff)
downloadwireshark-bfe37060351eac4ce95a0bc36f218d992f216ff1.tar.gz
Always put editor-modelines at the end of the file ...
... to ensure that there are no potential issues with respect to editors limiting the number of lines scanned at the end of the file when checking for editor modelines. Change-Id: Ic85cbb108bb5159d6ec4116fea11f5eebb4e44a4 Reviewed-on: https://code.wireshark.org/review/4688 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'ui/rtp_stream.h')
-rw-r--r--ui/rtp_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/rtp_stream.h b/ui/rtp_stream.h
index 4dcbf5165e..3c002899d6 100644
--- a/ui/rtp_stream.h
+++ b/ui/rtp_stream.h
@@ -149,6 +149,8 @@ gboolean rtpstream_save(rtp_stream_info_t* stream, const gchar *filename);
*/
void rtpstream_mark(rtp_stream_info_t* stream_fwd, rtp_stream_info_t* stream_rev);
+#endif /* __RTP_STREAM_H__ */
+
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
@@ -161,5 +163,3 @@ void rtpstream_mark(rtp_stream_info_t* stream_fwd, rtp_stream_info_t* stream_rev
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/
-
-#endif /* __RTP_STREAM_H__ */