X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fmeta.c;h=d44b2dd49a7212cf3e5fd02c4c652d78ef5b07dc;hb=153abaa4d940bf2bc9bd7275d5efe5c01c354190;hp=84094d46f56a7db859c02782ca36c67e79aa1056;hpb=248d300f1be0d5f2aae39202041699ab2b46c56b;p=tinc diff --git a/src/meta.c b/src/meta.c index 84094d46..d44b2dd4 100644 --- a/src/meta.c +++ b/src/meta.c @@ -31,7 +31,7 @@ #include "utils.h" #include "xalloc.h" -bool send_meta_sptps(void *handle, const char *buffer, size_t length) { +bool send_meta_sptps(void *handle, uint8_t type, const char *buffer, size_t length) { connection_t *c = handle; if(!c) {