File: hostname.h

package info (click to toggle)
nullmailer 1.00RC7-22
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,192 kB
  • ctags: 695
  • sloc: cpp: 4,375; sh: 519; makefile: 249; perl: 184; ansic: 10
file content (10 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
#ifndef NULLMAILER__HOSTNAME__H__
#define NULLMAILER__HOSTNAME__H__

extern mystring me;
extern mystring defaulthost;
extern mystring defaultdomain;

void read_hostnames();

#endif