Probe run/tmp directory at runtime

Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
This commit is contained in:
Adrien Gallouët
2019-11-14 19:19:23 +00:00
parent a4f63ecf40
commit b9aaab661f
8 changed files with 60 additions and 26 deletions

View File

@@ -47,7 +47,8 @@ struct ctl_msg {
};
};
int ctl_create (const char *, const char *);
int ctl_connect (const char *, const char *);
int ctl_reply (int, struct ctl_msg *, struct ctl_msg *);
void ctl_delete (int);
char *ctl_rundir (char *, size_t);
int ctl_create (const char *);
int ctl_connect (const char *);
int ctl_reply (int, struct ctl_msg *, struct ctl_msg *);
void ctl_delete (int);