diff options
| author | Dylan Simon <dylan@dylex.net> | 2010-07-19 22:18:10 -0400 |
|---|---|---|
| committer | Dylan Simon <dylan@dylex.net> | 2010-07-19 22:18:10 -0400 |
| commit | 15b7d1156ebd0b35eaaa323482a84cbc4c4afff9 (patch) | |
| tree | ba5de3c378d292a93741efd3ffb156a6969c7d0c | |
| parent | 2f4cc732146ecf781b875d8f46f61802506d9be3 (diff) | |
| download | android_external_rsync-15b7d1156ebd0b35eaaa323482a84cbc4c4afff9.tar.gz android_external_rsync-15b7d1156ebd0b35eaaa323482a84cbc4c4afff9.tar.bz2 android_external_rsync-15b7d1156ebd0b35eaaa323482a84cbc4c4afff9.zip | |
proto.h update
| -rw-r--r-- | proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |
