X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fbozo%2Fbosprototypes.h;h=116f9896f3b05dc44ae8d2d166d49899f8f1f307;hp=38403aee97bad213a06782409bca005480ef2441;hb=bdf86d245fd55c5c7ac7ea81e3d6b6bafdbe1783;hpb=753a316821bf23a53a7ebef9b52122c39ee88b83 diff --git a/src/bozo/bosprototypes.h b/src/bozo/bosprototypes.h index 38403ae..116f989 100644 --- a/src/bozo/bosprototypes.h +++ b/src/bozo/bosprototypes.h @@ -43,6 +43,8 @@ int bnode_Deactivate(struct bnode *abnode); void bozo_Log(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); @@ -53,9 +55,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;