Index: src/libcfa/fstream
===================================================================
--- src/libcfa/fstream	(revision 829c907247aaf3211ea7e8c3d290193a6f2d15d5)
+++ src/libcfa/fstream	(revision 0642216de9210d21de06af3779a92d1cceff6a80)
@@ -10,6 +10,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Mar 21 15:57:24 2017
-// Update Count     : 102
+// Last Modified On : Mon May 15 18:11:09 2017
+// Update Count     : 104
 //
 
@@ -29,17 +29,21 @@
 }; // ofstream
 
+// private
 _Bool sepPrt( ofstream * );
-void sepOn( ofstream * );
-void sepOff( ofstream * );
 void sepReset( ofstream * );
 void sepReset( ofstream *, _Bool );
 const char * sepGetCur( ofstream * );
 void sepSetCur( ofstream *, const char * );
+
+// public
+void sepOn( ofstream * );
+void sepOff( ofstream * );
+_Bool sepDisable( ofstream * );
+_Bool sepEnable( ofstream * );
+
 const char * sepGet( ofstream * );
 void sepSet( ofstream *, const char * );
 const char * sepGetTuple( ofstream * );
 void sepSetTuple( ofstream *, const char * );
-_Bool sepDisable( ofstream * );
-_Bool sepEnable( ofstream * );
 
 int fail( ofstream * );
