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