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/taskirc.h
2005-04-15 21:36:44 +00:00

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