X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=net.h;h=a70954a95fa742f5fedf27320f7d500bf20a2fa0;hb=40b1bbc50682effec5cf18b0923cfab24e154245;hp=b2bb47c9b40b43fe2eb7c8813e6ffa7364b0853e;hpb=0c4bb93fbfc543cf2c5ff2acb6a7f7a824163b57;p=paraslash.git 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*);