From 48c1c4dcc449d05e9950a861e165f456e0d583a1 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 10 Mar 2015 16:12:03 +0100 Subject: Rename & cleanup. --- src/common/include/proto/token.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/common/include/proto/token.h (limited to 'src/common/include/proto/token.h') diff --git a/src/common/include/proto/token.h b/src/common/include/proto/token.h new file mode 100644 index 0000000..9ec1aff --- /dev/null +++ b/src/common/include/proto/token.h @@ -0,0 +1,11 @@ +#pragma once + +#include +#include + +#define TOKEN_LENGTH 16 +typedef struct { + char bytes[TOKEN_LENGTH]; +} token_t; + +/* vim: set ts=4 sw=4 tw=0 noet :*/ -- cgit v1.2.3