Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 218 → Rev 219

/shark/trunk/kernel/modules/cabs.c
20,11 → 20,11
 
/**
------------
CVS : $Id: cabs.c,v 1.2 2002-10-28 07:55:54 pj Exp $
CVS : $Id: cabs.c,v 1.3 2003-09-04 13:35:40 giacomo Exp $
 
File: $File$
Revision: $Revision: 1.2 $
Last update: $Date: 2002-10-28 07:55:54 $
Revision: $Revision: 1.3 $
Last update: $Date: 2003-09-04 13:35:40 $
------------
 
Date: 2/7/96
222,7 → 222,7
/*----------------------------------------------------------------------*/
/* cab_putmes -- immette un nuovo messaggio nel cab */
/*----------------------------------------------------------------------*/
int cab_putmes(CAB id, char *pbuf)
int cab_putmes(CAB id, void *pbuf)
{
struct cab_data *pold;
struct cab_desc *pid;
273,7 → 273,7
/* se questo non e' piu' usato da nessuno viene rilasciato */
/* ritorna un risultato */
/*----------------------------------------------------------------------*/
int cab_unget(CAB id, char *pun_mes)
int cab_unget(CAB id, void*pun_mes)
/* small id; indice del cab di lavoro */
/* char *pun_mes; puntatore al messaggio */
{