Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 124 → Rev 125

/shark/trunk/include/modules/cabs.h
21,11 → 21,11
 
/**
------------
CVS : $Id: cabs.h,v 1.2 2003-03-13 13:39:04 pj Exp $
CVS : $Id: cabs.h,v 1.3 2003-04-17 10:18:38 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:39:04 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-04-17 10:18:38 $
------------
 
This file contains the Hartik 3.3.1 CAB functions
72,7 → 72,7
 
#define MAX_CAB_NAME 10 /*+ Max. n. of chars for a CAB +*/
 
#define MAX_CAB 10U /*+ Maximum number of CABs +*/
#define MAX_CAB 50U /*+ Maximum number of CABs +*/
 
 
typedef int CAB;