From: Michael Meffie Date: Fri, 23 Sep 2011 15:28:05 +0000 (-0400) Subject: bozo: remove duplicate prototype X-Git-Tag: upstream/1.8.0_pre1^2~3232 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=fab921de67fe2bfbf6967c2e1cbf27230aad8bb2;p=packages%2Fo%2Fopenafs.git bozo: remove duplicate prototype Remove duplicate function prototype. Change-Id: I84a30c27edabd82272f99711285eb043122f66a0 Reviewed-on: http://gerrit.openafs.org/5496 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- diff --git a/src/bozo/bosprototypes.h b/src/bozo/bosprototypes.h index 38403aee9..a009eb0a6 100644 --- a/src/bozo/bosprototypes.h +++ b/src/bozo/bosprototypes.h @@ -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;