File: qmtp.h

package info (click to toggle)
mailfront 0.98-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 648 kB
  • ctags: 495
  • sloc: ansic: 3,033; sh: 1,487; makefile: 78
file content (11 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MAIL_FRONT__QMTP__H__
#define MAIL_FRONT__QMTP__H__

#include "responses.h"

extern int qmtp_mainloop(void);

extern int respond(unsigned number, int final, const char* msg);
extern int respond_resp(const response* resp, int final);

#endif