"SfR Fresh" - the SfR Freeware/Shareware Archive

Member "logserial-0.4.2/logserial.h" of archive logserial-0.4.2.tar.gz:


As a special service "SfR Fresh" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
    1 // logserial.h
    2 
    3 #ifndef __LOGSERIAL_H__
    4 #define __LOGSERIAL_H__
    5 
    6 #define VERSION "0.4"
    7 
    8 extern void m_savestate( int);
    9 extern void m_restorestate( int);
   10 extern void m_setparms( int, char *, char *, char *, int, int);
   11 extern void m_nohang( int);
   12 extern void m_hupcl( int, int);
   13 extern void m_flush( int);
   14 
   15 #endif // (__LOGSERIAL_H__)