aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Simon <dylan@dylex.net>2010-07-19 22:18:10 -0400
committerMichael Bestas <mikeioannina@gmail.com>2015-08-19 00:13:51 +0300
commit6f158d0690b01d518c51e75a8bb95898239a56cb (patch)
treef5119bb7259c5e14819bd2ea383b8a3f00227d83
parent2ab94c5b81f0f33318e73000bcdb487a9e55876f (diff)
downloadandroid_external_rsync-6f158d0690b01d518c51e75a8bb95898239a56cb.tar.gz
android_external_rsync-6f158d0690b01d518c51e75a8bb95898239a56cb.tar.bz2
android_external_rsync-6f158d0690b01d518c51e75a8bb95898239a56cb.zip
proto.h update
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 258a2db9..8c2b84a7 100644
--- a/proto.h
+++ b/proto.h
@@ -294,7 +294,6 @@ int open_socket_out_wrapped(char *host, int port, const char *bind_addr,
int is_a_socket(int fd);
void start_accept_loop(int port, int (*fn)(int, int));
void set_socket_options(int fd, char *options);
-int sock_exec(const char *prog);
int do_unlink(const char *fname);
int do_symlink(const char *fname1, const char *fname2);
int do_link(const char *fname1, const char *fname2);