X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=net.h;h=a1af08ae94ea521cc856c2a1c40b4873ab148163;hp=9da63ba1e14da61511719fc938230ef80b90d42a;hb=64a9cf5877ab9ecf6410596d657914f26830d3f7;hpb=6b44f1fdf5fdfd18b9f77a87428a971eef0c547e diff --git a/net.h b/net.h index 9da63ba1..a1af08ae 100644 --- a/net.h +++ b/net.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Andre Noll + * Copyright (C) 2006-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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*);