aboutsummaryrefslogtreecommitdiff
path: root/src/sio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sio.h')
-rw-r--r--src/sio.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/sio.h b/src/sio.h
index ad3000a..9f2cd05 100644
--- a/src/sio.h
+++ b/src/sio.h
@@ -15,6 +15,12 @@ namespace Bu
15{ 15{
16 extern Bu::StdStream sioRaw; 16 extern Bu::StdStream sioRaw;
17 extern Bu::Formatter sio; 17 extern Bu::Formatter sio;
18
19 Bu::size print( Bu::Stream &s, const Bu::String &str );
20 Bu::size print( const Bu::String &str );
21
22 Bu::size println( Bu::Stream &s, const Bu::String &str );
23 Bu::size println( const Bu::String &str );
18}; 24};
19 25
20#endif 26#endif