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/mbcico/mbcico.h
2003-11-29 14:45:39 +00:00

18 lines
203 B
C

#ifndef _MBCICO_H
#define _MBCICO_H
/* $Id$ */
/*
* Global threads for mbcico
*/
#define NUM_THREADS 4
pthread_t threads[NUM_THREADS];
void usage(void);
void free_mem(void);
void die(int);
#endif