diff options
author | Sjoerd Simons <sjoerd.simons@collabora.co.uk> | 2011-07-26 11:01:11 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-07-27 13:38:27 +0100 |
commit | faf9011d6d9ee075deaee3ff4ea77a73c17561cd (patch) | |
tree | 118d20c589da98ac77943d449ef486d313437272 /tests/wocky-test-stream.h | |
parent | 4518b2c17508ff427aa6d4f253e660b0da98a2b0 (diff) |
s/WockyTestSTreamReadMode/WockyTestStreamReadMode/
Diffstat (limited to 'tests/wocky-test-stream.h')
-rw-r--r-- | tests/wocky-test-stream.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/wocky-test-stream.h b/tests/wocky-test-stream.h index b37a678..3c3e77a 100644 --- a/tests/wocky-test-stream.h +++ b/tests/wocky-test-stream.h @@ -78,7 +78,7 @@ typedef enum { WOCK_TEST_STREAM_READ_COMBINE, /* one read reads only data from one write */ WOCK_TEST_STREAM_READ_EXACT, -} WockyTestSTreamReadMode; +} WockyTestStreamReadMode; typedef enum { /* all writes are only half-done, default */ @@ -88,7 +88,7 @@ typedef enum { } WockyTestStreamWriteMode; void wocky_test_stream_set_mode (GInputStream *stream, - WockyTestSTreamReadMode mode); + WockyTestStreamReadMode mode); void wocky_test_stream_set_write_mode (GOutputStream *stream, WockyTestStreamWriteMode mode); |