nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

control.h (324B)


      1 #ifndef CONTROL_H
      2 #define CONTROL_H
      3 
      4 #ifdef USING_SKALIBS
      5 #include <skalibs/stralloc.h>
      6 #else
      7 #include "stralloc.h"
      8 #endif
      9 
     10 extern int control_init();
     11 extern int control_readline();
     12 extern int control_rldef(stralloc *sa, char *fn, int flagme, char *def);
     13 extern int control_readint();
     14 extern int control_readfile();
     15 
     16 #endif