File: validatefqdn.h

package info (click to toggle)
leafnode 1.12.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,496 kB
  • sloc: ansic: 10,961; sh: 1,709; xml: 627; makefile: 259; perl: 84; sed: 4
file content (8 lines) | stat: -rw-r--r-- 140 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#ifndef VALIDATEFQDN_H
#define VALIDATEFQDN_H

/* for validatefqdn.c */
int is_validfqdn(const char *fqdn);
void validatefqdn(int);

#endif