chiark / gitweb /
Merge branches 'idx/verh' and 'idx/qmqpc'
[qmail] / control.h
1 #ifndef CONTROL_H
2 #define CONTROL_H
3
4 extern int control_init();
5 extern int control_readline();
6 extern int control_rldef();
7 extern int control_readint();
8 extern int control_readfile();
9
10 #endif