File: smtpfront-echo.c

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 (9 lines) | stat: -rw-r--r-- 129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#include "mailfront.h"
#include "smtp.h"

const char program[] = "smtpfront-echo";

int main(void)
{
  return smtp_mainloop();
}