fecpp.h   fecpp.h 
skipping to change at line 16 skipping to change at line 16
* *
* Distributed under the terms given in license.txt * Distributed under the terms given in license.txt
*/ */
#ifndef FECPP_H__ #ifndef FECPP_H__
#define FECPP_H__ #define FECPP_H__
#include <map> #include <map>
#include <vector> #include <vector>
#include <tr1/functional> #include <tr1/functional>
#include <stdint.h>
namespace fecpp { namespace fecpp {
using std::size_t; using std::size_t;
typedef unsigned char byte; typedef unsigned char byte;
/** /**
* Forward error correction code * Forward error correction code
*/ */
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/