blob: c976839849377ed06c482db3d1dbd6dc81b65413 [file] [log] [blame]
Christopher Piro094823a2007-07-18 00:26:12 +00001%%% Copyright (c) 2007- Facebook
2%%% Distributed under the Thrift Software License
3%%%
4%%% See accompanying file LICENSE or visit the Thrift site at:
5%%% http://developers.facebook.com/thrift/
6
7-define(VERSION_MASK, 16#FFFF0000).
8-define(VERSION_1, 16#80010000).
9
10-record(tBinaryProtocol, {super}).