X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fsptps.h;h=1da0af8a583c91909bdba74d989b2d03edcdba2c;hb=4214794ce68b9456146a5bf35db9e58da836b728;hp=f5686f4e8f1ddf2445385b428b3fb09605ebec11;hpb=858370fad109168a670b521e47d4536bd2586102;p=tinc diff --git a/src/sptps.h b/src/sptps.h index f5686f4e..1da0af8a 100644 --- a/src/sptps.h +++ b/src/sptps.h @@ -50,7 +50,7 @@ typedef struct sptps { bool datagram; int state; - char *inbuf; + uint8_t *inbuf; size_t buflen; uint16_t reclen;