diff --git a/src/bozo/bosprototypes.h b/src/bozo/bosprototypes.h index 38403aee97..a009eb0a61 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;