1 /*-
2  * Copyright (c) 1989, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)register_proto.h	8.1 (Berkeley) 06/01/93
8  */
9 
10 #define	APPEND_DB	0x01
11 #define	ABORT		0x02
12 
13 #define	GOTKEY_MSG	"GOTKEY"
14 
15 struct	keyfile_data {
16 	C_Block		kf_key;
17 };
18