mirror of
https://git.openafs.org/openafs.git
synced 2025-01-23 01:11:13 +00:00
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:
parent
c2f7627a89
commit
fab921de67
@ -53,9 +53,7 @@ int DirAccessOK(void);
|
|||||||
/* fsbnodeops.c */
|
/* fsbnodeops.c */
|
||||||
char *copystr(char *a);
|
char *copystr(char *a);
|
||||||
|
|
||||||
/* bosoprocs.c */
|
/* inline functions */
|
||||||
void *bozo_ShutdownAndExit(void *arock /* really int asignal */);
|
|
||||||
|
|
||||||
static_inline struct bozo_key *
|
static_inline struct bozo_key *
|
||||||
ktc_to_bozoptr(struct ktc_encryptionKey *key) {
|
ktc_to_bozoptr(struct ktc_encryptionKey *key) {
|
||||||
return (struct bozo_key *)key;
|
return (struct bozo_key *)key;
|
||||||
|
Loading…
Reference in New Issue
Block a user