#ifndef __BCONF_H #define __BCONF_H #include extern FILE *bcf; extern char *bcf_fname; #ifdef __cplusplus extern "C" { #endif extern int write_binary_config( void ); extern void bcf_shm_free( void ); #ifdef __cplusplus } #endif #endif /* __BCONF_H */