Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/fstream

    r9ebd778 r829c907  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon May 15 18:11:09 2017
    13 // Update Count     : 104
     12// Last Modified On : Tue Mar 21 15:57:24 2017
     13// Update Count     : 102
    1414//
    1515
     
    2929}; // ofstream
    3030
    31 // private
    3231_Bool sepPrt( ofstream * );
     32void sepOn( ofstream * );
     33void sepOff( ofstream * );
    3334void sepReset( ofstream * );
    3435void sepReset( ofstream *, _Bool );
    3536const char * sepGetCur( ofstream * );
    3637void sepSetCur( ofstream *, const char * );
    37 
    38 // public
    39 void sepOn( ofstream * );
    40 void sepOff( ofstream * );
    41 _Bool sepDisable( ofstream * );
    42 _Bool sepEnable( ofstream * );
    43 
    4438const char * sepGet( ofstream * );
    4539void sepSet( ofstream *, const char * );
    4640const char * sepGetTuple( ofstream * );
    4741void sepSetTuple( ofstream *, const char * );
     42_Bool sepDisable( ofstream * );
     43_Bool sepEnable( ofstream * );
    4844
    4945int fail( ofstream * );
Note: See TracChangeset for help on using the changeset viewer.