File: warn.c

package info (click to toggle)
twoftpd 1.14-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,556 kB
  • ctags: 901
  • sloc: ansic: 6,685; makefile: 321; sh: 175
file content (7 lines) | stat: -rw-r--r-- 191 bytes parent folder | download
1
2
3
4
5
6
7
#include "err.h"

void warn(const char* a, const char* b, const char* c, const char* d,
	  const char* e, const char* f, int showsys)
{
  err_message("Warning", a, b, c, d, e, f, showsys);
}