1 #ifndef MAIL_FRONT__QMTP__H__
2 #define MAIL_FRONT__QMTP__H__
3 
4 #include "responses.h"
5 
6 extern int qmtp_respond_line(unsigned, int, const char*, unsigned long);
7 
8 #endif
9