Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/modules/cabs.h
21,11 → 21,11
 
/**
------------
CVS : $Id: cabs.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: cabs.h,v 1.2 2003-03-13 13:39:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:39:04 $
------------
 
This file contains the Hartik 3.3.1 CAB functions
66,7 → 66,10
#define __CAB_H__
 
#include <ll/sys/types.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
#define MAX_CAB_NAME 10 /*+ Max. n. of chars for a CAB +*/
 
#define MAX_CAB 10U /*+ Maximum number of CABs +*/
85,6 → 88,6
int cab_unget(CAB id, char *pun_mes);
void cab_delete(CAB id);
 
 
__END_DECLS
#endif /* __CAB_H__ */