From 562a1ba1267b0cdd2a8d4a2b2bdaabd04e993ca5 Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Fri, 23 Sep 2011 11:28:05 -0400 Subject: [PATCH] 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 --- src/bozo/bosprototypes.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; -- 2.39.5