X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Finvitation.h;h=e176c4da1e388233805c71a413c7436e0d4e687f;hb=8c10a4131f19dc27b0bc56ef48ae481d1fa03cb0;hp=3d017e92ef32ce50d02a509eec53a7aa242c8ef1;hpb=ced4c1a327b321a6d73028a3a15b41b0be64d910;p=tinc diff --git a/src/invitation.h b/src/invitation.h index 3d017e92..e176c4da 100644 --- a/src/invitation.h +++ b/src/invitation.h @@ -1,6 +1,9 @@ +#ifndef TINC_INVITATION_H +#define TINC_INVITATION_H + /* 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 @@ -17,10 +20,6 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __TINC_INVITATION_H__ -#define __TINC_INVITATION_H__ - -bool recvdata(int fd, char *data, size_t len); int cmd_invite(int argc, char *argv[]); int cmd_join(int argc, char *argv[]);