X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.h;h=aa840cec3d01e11a9d153f700eb71e1235988ccb;hb=37cca72e6c973b77b5d11dcf721ae050edc23586;hp=64413a39ffdf8c052dfe7070f9556bd7d2195e06;hpb=ced4c1a327b321a6d73028a3a15b41b0be64d910;p=tinc diff --git a/src/tincctl.h b/src/tincctl.h index 64413a39..aa840cec 100644 --- a/src/tincctl.h +++ b/src/tincctl.h @@ -47,6 +47,7 @@ extern char *get_my_name(bool verbose); extern bool connect_tincd(bool verbose); extern bool sendline(int fd, char *format, ...); extern bool recvline(int fd, char *line, size_t len); +extern int check_port(char *name); #endif