From: Michael Meffie Date: Fri, 23 Sep 2011 15:28:05 +0000 (-0400) Subject: bozo: remove duplicate prototype X-Git-Tag: upstream/1.6.10_pre1^2~94 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=562a1ba1267b0cdd2a8d4a2b2bdaabd04e993ca5;p=packages%2Fo%2Fopenafs.git bozo: remove duplicate prototype Remove duplicate function prototype. Reviewed-on: http://gerrit.openafs.org/5496 Tested-by: BuildBot Reviewed-by: Derrick Brashear (cherry picked from commit fab921de67fe2bfbf6967c2e1cbf27230aad8bb2) Change-Id: I6074ff7d8cdb6b3360ad4064b524d22ab6afe61c Reviewed-on: http://gerrit.openafs.org/11220 Reviewed-by: Perry Ruiter Reviewed-by: Benjamin Kaduk Reviewed-by: Stephan Wiesand Tested-by: Stephan Wiesand --- diff --git a/src/bozo/bosprototypes.h b/src/bozo/bosprototypes.h index 4e7532c62..80cb226f7 100644 --- a/src/bozo/bosprototypes.h +++ b/src/bozo/bosprototypes.h @@ -58,9 +58,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;