bozo: remove obsolete bnode_Deactivate() prototype
[openafs.git] / src / bozo / bosprototypes.h
index 4d2132d..5ccf059 100644 (file)
@@ -37,7 +37,6 @@ int bnode_ParseLine(char *aline, struct bnode_token **alist);
 int bnode_NewProc(struct bnode *abnode, char *aexecString, char *coreName,
                  struct bnode_proc **aproc);
 int bnode_StopProc(struct bnode_proc *aproc, int asignal);
-int bnode_Deactivate(struct bnode *abnode);
 
 /* bosserver.c */
 void bozo_Log(char *format, ... );