Add mud_peer_is_up()

This commit is contained in:
Adrien Gallouët
2016-09-02 09:39:38 +00:00
parent a22476f18a
commit 6a9be23e69
2 changed files with 25 additions and 1 deletions

3
mud.h
View File

@@ -17,7 +17,8 @@ int mud_set_time_tolerance_sec (struct mud *, unsigned);
int mud_set_on (struct mud *, const char *, int);
int mud_peer (struct mud *, const char *, const char *, int);
int mud_peer (struct mud *, const char *, const char *, int);
int mud_peer_is_up (struct mud *, const char *, const char *, int);
int mud_can_pull (struct mud *);
int mud_can_push (struct mud *);