12 lines
137 B
C
12 lines
137 B
C
#ifndef _TASKIRC_H
|
|
#define _TASKIRC_H
|
|
|
|
/* $Id$ */
|
|
|
|
#ifdef USE_EXPERIMENT
|
|
void send_all(char *);
|
|
void *irc_thread(void *);
|
|
#endif
|
|
|
|
#endif
|