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/taskchat.h
2006-01-23 18:59:16 +00:00

18 lines
359 B
C

#ifndef _TASKCHAT_H
#define _TASKCHAT_H
/* $Id$ */
void Chatlog(char *, char *, char *);
void chat_msg(char *, char *, char *);
void system_shout(const char *, ...);
void chat_init(void);
void chat_cleanuser(pid_t);
char *chat_connect(char *);
char *chat_close(char *);
char *chat_put(char *);
char *chat_get(char *);
char *chat_checksysop(char *);
#endif