summaryrefslogtreecommitdiff
path: root/cscmd/bconf.h
blob: cd8b49dfb4b029d554c4710898cecf53f97b8f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef    __BCONF_H
#define    __BCONF_H

#include <cscm/bcf.h>


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 */