Add mud_peer_is_up()
This commit is contained in:
3
mud.h
3
mud.h
@@ -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 *);
|
||||
|
||||
Reference in New Issue
Block a user