view src/lib/unix-socket-create.h @ 8590:b9faf4db2a9f HEAD

Updated copyright notices to include year 2009.
author Timo Sirainen <tss@iki.fi>
date Tue, 06 Jan 2009 09:25:38 -0500
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