bozo: Constify bozo_Log 'format' argument
[openafs.git] / src / bozo / bosprototypes.h
index 38403ae..b22ccff 100644 (file)
@@ -37,12 +37,13 @@ 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, ... );
+void bozo_Log(const char *format, ... );
 int bozo_ReBozo(void);
 int WriteBozoFile(char *aname);
+int bozo_CreatePidFile(char *ainst, char *aname, pid_t apid);
+int bozo_DeletePidFile(char *ainst, char *aname);
 
 /* bosoprocs.c */
 int GetRequiredDirPerm(const char *path);
@@ -50,12 +51,7 @@ void *bozo_ShutdownAndExit(void *arock /* really int asignal */);
 int initBosEntryStats(void);
 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;