1 #define	APPEND_DB	0x01
2 
3 
4 struct	keyfile_data {
5 	C_Block		kf_key;
6 };
7