summaryrefslogtreecommitdiffstats
path: root/src/lib/unix-socket-create.h
blob: 88ffffb177c2bb2a822e21ef9cb1b0bc5be846ae (plain)
1
2
3
4
5
6
7
#ifndef UNIX_SOCKET_CREATE_H
#define UNIX_SOCKET_CREATE_H

int unix_socket_create(const char *path, int mode,
		       uid_t uid, gid_t gid, int backlog);

#endif