X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fmeshlink_internal.h;fp=src%2Fmeshlink_internal.h;h=08f740719a769e17c4a664509254f539222a7f22;hb=f09edd4a80eeb1f41060d596e48ef2303e05713f;hp=9abe19e0a20a3e65f4deee53fcfbaa3b2a34274d;hpb=adbe9a0c31825a0285e2a0e06558e1a5d8694005;p=meshlink diff --git a/src/meshlink_internal.h b/src/meshlink_internal.h index 9abe19e0..08f74071 100644 --- a/src/meshlink_internal.h +++ b/src/meshlink_internal.h @@ -33,6 +33,10 @@ #define MAXSOCKETS 8 /* Probably overkill... */ +static const char meshlink_invitation_label[] = "MeshLink invitation"; +static const char meshlink_tcp_label[] = "MeshLink TCP"; +static const char meshlink_udp_label[] = "MeshLink UDP"; + struct CattaServer; struct CattaSServiceBrowser; struct CattaSimplePoll;