File: nodecheck.h

package info (click to toggle)
ifmail 2.14tx8.10-22
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,816 kB
  • ctags: 4,126
  • sloc: ansic: 30,317; perl: 4,955; yacc: 835; makefile: 732; sh: 426; cpp: 235; lex: 206; awk: 24
file content (8 lines) | stat: -rw-r--r-- 90 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
#ifndef NODECHECK_H
#define NODECHECK_H

#include "ftn.h"

extern int chknlent();

#endif