#ifndef _SSLAVE_H_ #define _SSLAVE_H_ /* includes */ #include "common.h" #include "types.h" /* prototypes */ int init_slave_auth_areas PROTO(()); int update_slave_auth_areas PROTO(()); #endif /* _SSLAVE_H_ */