ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/src/rohc/comp.c
(Generate patch)

Comparing gvpe/src/rohc/comp.c (file contents):
Revision 1.1 by pcg, Sun Feb 8 06:02:44 2004 UTC vs.
Revision 1.3 by pcg, Tue Apr 26 00:55:56 2005 UTC

23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 23 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24 GNU General Public License for more details. 24 GNU General Public License for more details.
25 25
26 You should have received a copy of the GNU General Public License 26 You should have received a copy of the GNU General Public License
27 along with this program; if not, write to the Free Software 27 along with this program; if not, write to the Free Software
28 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 28 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
29*/ 29*/
30/*************************************************************************** 30/***************************************************************************
31 * File: comp.c * 31 * File: comp.c *
32 * Description: description * 32 * Description: description *
33 ***************************************************************************/ 33 ***************************************************************************/
36#include "comp.h" 36#include "comp.h"
37#include "c_util.h" 37#include "c_util.h"
38 38
39#include "decomp.h" 39#include "decomp.h"
40#include "d_util.h" 40#include "d_util.h"
41
42#include "proc_rohc.h"
43 41
44/////////////////////////////////////////////////////////////////////// 42///////////////////////////////////////////////////////////////////////
45// Profile definitions and variables 43// Profile definitions and variables
46 44
47// Profile IDs 45// Profile IDs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines