X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.h;h=a70954a95fa742f5fedf27320f7d500bf20a2fa0;hp=b2bb47c9b40b43fe2eb7c8813e6ffa7364b0853e;hb=4d067435b1167dbf5217c875ac9fd7ac69ad91bd;hpb=9d8fdf8898418711558f70a9630b2444036d8285 diff --git a/net.h b/net.h index b2bb47c9..a70954a9 100644 --- a/net.h +++ b/net.h @@ -147,7 +147,7 @@ int recv_bin_buffer(int fd, char *buf, size_t size); int recv_buffer(int fd, char *buf, size_t size); int para_accept(int fd, fd_set *rfds, void *addr, socklen_t size, int *new_fd); -int create_local_socket(const char *name, mode_t mode); +int create_local_socket(const char *name); int connect_local_socket(const char *name); int recv_cred_buffer(int, char *, size_t); ssize_t send_cred_buffer(int, char*);