aboutsummaryrefslogtreecommitdiffstats
path: root/camel/tests/lib/streams.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-05-03 19:02:31 +0800
committernobody <nobody@localhost>2003-05-03 19:02:31 +0800
commitd34577c91655ef19466b05f9270e2bc5c4ab83fa (patch)
tree1445967f5c0ef4c749bc1b4030295ea1a12e3c00 /camel/tests/lib/streams.h
parent19f2626e65d1700ff9c631a70ecb917f98dfcb38 (diff)
downloadgsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar
gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.gz
gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.bz2
gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.lz
gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.xz
gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.tar.zst
gsoc2013-evolution-d34577c91655ef19466b05f9270e2bc5c4ab83fa.zip
This commit was manufactured by cvs2svn to create tag 'R3_1'.R3_1
svn path=/tags/R3_1/; revision=21091
Diffstat (limited to 'camel/tests/lib/streams.h')
-rw-r--r--camel/tests/lib/streams.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/camel/tests/lib/streams.h b/camel/tests/lib/streams.h
deleted file mode 100644
index df52e283d0..0000000000
--- a/camel/tests/lib/streams.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#include "camel/camel-seekable-stream.h"
-
-/* call one, then the other on the same stream content */
-void test_stream_seekable_writepart(CamelSeekableStream *s);
-void test_stream_seekable_readpart(CamelSeekableStream *s);
-
-/* same, for substreams, multiple ways of writing */
-#define SEEKABLE_SUBSTREAM_WAYS (2)
-
-void test_seekable_substream_writepart(CamelStream *s, int type);
-void test_seekable_substream_readpart(CamelStream *s);