vpnkit/protocol.c: make this compile

This commit is contained in:
YAMAMOTO Takashi 2020-03-19 11:54:41 +09:00 committed by Xiang Xiao
parent 261249cc99
commit b748fcde0a
1 changed files with 3 additions and 1 deletions

View File

@ -6,9 +6,11 @@
#include <string.h>
#include <stdio.h>
#include "log.h"
#include "protocol.h"
#define ERROR(fmt, ...) \
fprintf(stderr, "up_vpnkit: " fmt "\r\n", ##__VA_ARGS__)
/* Version 0 of the protocol used this */
char expected_hello_old[5] = {'V', 'M', 'N', 'E', 'T'};