bozo: remove duplicate prototype

Remove duplicate function prototype.

Change-Id: I84a30c27edabd82272f99711285eb043122f66a0
Reviewed-on: http://gerrit.openafs.org/5496
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
Michael Meffie 2011-09-23 11:28:05 -04:00 committed by Derrick Brashear
parent c2f7627a89
commit fab921de67

View File

@ -53,9 +53,7 @@ int DirAccessOK(void);
/* fsbnodeops.c */
char *copystr(char *a);
/* bosoprocs.c */
void *bozo_ShutdownAndExit(void *arock /* really int asignal */);
/* inline functions */
static_inline struct bozo_key *
ktc_to_bozoptr(struct ktc_encryptionKey *key) {
return (struct bozo_key *)key;