X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.h;h=75389aecda5d7a5101771f526d74887f34177513;hp=9da63ba1e14da61511719fc938230ef80b90d42a;hb=edeb499676e6d042ef1a913914a9fcb45a8cadde;hpb=1fa9dbea57d2dbc5d9b728a83a583c3a8f675410 diff --git a/net.h b/net.h index 9da63ba1..75389aec 100644 --- a/net.h +++ b/net.h @@ -151,7 +151,7 @@ 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, struct sockaddr_un *unix_addr, mode_t mode); -int create_remote_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*);