view src/lib/unix-socket-create.h @ 8076:bbfbc84f795c HEAD

Added clock_gettime() compatibility function for systems without it.
author Timo Sirainen <tss@iki.fi>
date Thu, 07 Aug 2008 15:05:40 -0400
parents e4eb71ae8e96
children
line wrap: on
line source

#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