summaryrefslogtreecommitdiffstats
path: root/src/util.h
blob: cc7d4b7083270b6febc10737f799b30ce4e08546 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef UTIL_H_
#define UTIL_H_

#include <stdlib.h>

char *util_userHome(int uid, char *buffer, size_t len);

char *util_sockPath(int uid, int pid, char *buffer, size_t len);

#endif /* UTIL_H_ */