Remove mud_bind()

This commit is contained in:
angt
2016-05-02 08:39:02 +00:00
parent 566a1da699
commit 244ad0f714
2 changed files with 18 additions and 74 deletions

3
mud.h
View File

@@ -15,8 +15,7 @@ int mud_get_fd (struct mud *);
int mud_set_send_timeout_msec (struct mud *, unsigned);
int mud_set_time_tolerance_sec (struct mud *, unsigned);
int mud_bind (struct mud *, const char *);
int mud_peer (struct mud *, const char *, const char *);
int mud_peer (struct mud *, const char *, const char *, const char *);
int mud_can_pull (struct mud *);
int mud_can_push (struct mud *);