X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fcommon.h;h=127503212901e3a8b21987a7a8fdad2ffefb0c14;hb=c9e069e6bc6ef28361a8b39731795621c957eddb;hp=eba4902c2be4852947e4ec214d8f65cb70337c90;hpb=744b902d7f7b532ddb19d95828d8787653e1b84c;p=matches%2FMCTX3420.git diff --git a/server/common.h b/server/common.h index eba4902..1275032 100644 --- a/server/common.h +++ b/server/common.h @@ -1,6 +1,6 @@ /** * @file common.h - * @purpose Common header includes + * @brief Common header includes */ #ifndef _COMMON_H @@ -10,6 +10,9 @@ #define _BSD_SOURCE #define _XOPEN_SOURCE 600 +/** The current API version **/ +#define API_VERSION 0 + #include #include #include