This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/mbtask/taskibc.h

12 lines
137 B
C
Raw Normal View History

2005-04-16 14:49:58 +00:00
#ifndef _TASKIBC_H
#define _TASKIBC_H
2005-04-15 21:36:44 +00:00
/* $Id$ */
#ifdef USE_EXPERIMENT
void send_all(char *);
2005-04-16 14:49:58 +00:00
void *ibc_thread(void *);
2005-04-15 21:36:44 +00:00
#endif
#endif