aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/rtp_stream.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-25 02:24:44 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-25 02:24:44 +0000
commita0528c5f826f480d51ecf90f7422c5c085549d58 (patch)
tree54d822bca91ed7c53e6dbcce05da0cd25f0cd4eb /gtk/rtp_stream.h
parent557d5430af928c648083f7c1a8984751648b2619 (diff)
Report open errors when saving the contents of an RTP stream. Check for
and report write errors as well. svn path=/trunk/; revision=9833
Diffstat (limited to 'gtk/rtp_stream.h')
-rw-r--r--gtk/rtp_stream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/rtp_stream.h b/gtk/rtp_stream.h
index 2d2da12a18..bbc8848f2e 100644
--- a/gtk/rtp_stream.h
+++ b/gtk/rtp_stream.h
@@ -1,7 +1,7 @@
/* rtp_stream.h
* RTP streams summary addition for ethereal
*
- * $Id: rtp_stream.h,v 1.3 2004/01/18 16:08:21 jmayer Exp $
+ * $Id: rtp_stream.h,v 1.4 2004/01/25 02:24:44 guy Exp $
*
* Copyright 2003, Alcatel Business Systems
* By Lars Ruoff <lars.ruoff@gmx.net>
@@ -132,7 +132,7 @@ void rtpstream_scan(void);
* Saves an RTP stream as raw data stream with timestamp information for later RTP playback.
* (redissects all packets)
*/
-void rtpstream_save(rtp_stream_info_t* stream, const gchar *filename);
+gboolean rtpstream_save(rtp_stream_info_t* stream, const gchar *filename);
/*
* Marks all packets belonging to either of stream_fwd or stream_rev.