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
2005-04-16 14:49:58 +00:00

12 lines
137 B
C

#ifndef _TASKIBC_H
#define _TASKIBC_H
/* $Id$ */
#ifdef USE_EXPERIMENT
void send_all(char *);
void *ibc_thread(void *);
#endif
#endif