X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finvitation.h;h=e176c4da1e388233805c71a413c7436e0d4e687f;hb=2f2bda4d1953617b945f1222e008cb53edee162a;hp=621baab923d3e60a8e4f7941091dedbcd85e1d69;hpb=5822f817aa802c2c5a83e9d99a8ae78cb822799b;p=tinc diff --git a/src/invitation.h b/src/invitation.h index 621baab9..e176c4da 100644 --- a/src/invitation.h +++ b/src/invitation.h @@ -3,7 +3,7 @@ /* invitation.h -- header for invitation.c. - Copyright (C) 2013 Guus Sliepen + Copyright (C) 2013-2022 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -20,7 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -bool recvdata(int fd, char *data, size_t len); int cmd_invite(int argc, char *argv[]); int cmd_join(int argc, char *argv[]);