X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=decfile.h;h=ca2eb70c00cacdc9d62cb016159b8cfedca94654;hb=be4f84612bbc4df88c52e7ae861146185008fb50;hp=4b3b235d16351397c609e025201f6f8fa04c6b4f;hpb=6829681fd0c77efa1da391637cd4d53e93ed8d65;p=cascardo%2Frnetclient.git diff --git a/decfile.h b/decfile.h index 4b3b235..ca2eb70 100644 --- a/decfile.h +++ b/decfile.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2012-2013 Thadeu Lima de Souza Cascardo + * Copyright (C) 2012-2014 Thadeu Lima de Souza Cascardo + * Copyright (C) 2014 Alexandre Oliva * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,12 +22,11 @@ #include "rnet_message.h" +#define RNET_HEADER_HEAD_COMMON 111 +#define RNET_HEADER_TAIL_COMMON 15 #define RNET_HEADER_SIZE_2013 765 -#define RNET_HEADER_HEAD_2013 111 -#define RNET_HEADER_TAIL_2013 15 #define RNET_HEADER_SIZE_2014 793 -#define RNET_HEADER_HEAD_2014 111 -#define RNET_HEADER_TAIL_2014 15 +#define RNET_HEADER_SIZE_2015 871 struct rnet_decfile; struct rnet_decfile * rnet_decfile_open(char *filename);