#ifndef AC_POST_OFFICE_H #define AC_POST_OFFICE_H #include "types.h" #include "ac_structure.h" #ifdef __cplusplus extern "C" { #endif extern ACTOR_PROFILE Post_Office_Profile; #ifdef __cplusplus } #endif #endif