#ifndef _SSOA_H_ #define _SSOA_H_ /* includes */ #include "common.h" #include "types.h" /* prototypes */ int create_soa_file PROTO((auth_area_struct *aa, server_struct *server)); #endif /* _SSOA_H_ */