aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-stream.h')
-rw-r--r--camel/camel-stream.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/camel-stream.h b/camel/camel-stream.h
index 925d5583a0..5fff22a24a 100644
--- a/camel/camel-stream.h
+++ b/camel/camel-stream.h
@@ -72,6 +72,11 @@ gint camel_stream_read (CamelStream *stream, gchar *buffer, gint n);
gint camel_stream_write (CamelStream *stream, gchar *buffer, gint n);
void camel_stream_close (CamelStream *stream);
+/* utility macros and funcs */
+#define camel_stream_write_string(stream, string) camel_stream_write ((stream), (string), strlen (string))
+
+void camel_stream_write_strings (CamelStream *stream, ... );
+
#ifdef __cplusplus
}
#endif /* __cplusplus */
commit/devel/p5-Inline-Tcl?id=38d32522f231df585e6f3ef5ec7f4b7cd361586f'>Support STAGEDIR.vanilla2013-10-302-8/+6 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Convert to new perl frameworkmat2013-08-031-1/+2 * - switch simple inline replacement from perl to sedaz2013-07-281-6/+2 * - Remove SITE_PERL from *_DEPENDSculot2012-06-071-1/+1 * Pass maintainership of almost of my "p5-*" ports to "perl@".skv2012-05-071-1/+1 * At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450eadler2012-01-221-1/+1 * - remove maintainer tags from pkg-descreadler2011-10-231-3/+0