]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
bozo: remove duplicate prototype
authorMichael Meffie <mmeffie@sinenomine.net>
Fri, 23 Sep 2011 15:28:05 +0000 (11:28 -0400)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 26 Jun 2014 09:54:33 +0000 (05:54 -0400)
Remove duplicate function prototype.

Reviewed-on: http://gerrit.openafs.org/5496
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit fab921de67fe2bfbf6967c2e1cbf27230aad8bb2)

Change-Id: I6074ff7d8cdb6b3360ad4064b524d22ab6afe61c
Reviewed-on: http://gerrit.openafs.org/11220
Reviewed-by: Perry Ruiter <pruiter@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/bozo/bosprototypes.h

index 4e7532c628fc763e8ed58d7cf8e7aa877559d8d6..80cb226f75c01262760d6360643d0907659f7302 100644 (file)
@@ -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;