/******************************************************************************
* Internetting Cooperating Programmers
* ----------------------------------------------------------------------------
*
* ____ PROJECT
* | _ \ __ _ _ __ ___ ___ _ __
* | | | |/ _` | '_ \ / __/ _ \ '__|
* | |_| | (_| | | | | (_| __/ |
* |____/ \__,_|_| |_|\___\___|_| the IRC bot
*
* All files in this archive are subject to the GNU General Public License.
*
* $Source: /cvsroot/dancer/dancer/src/link.h,v $
* $Revision: 1.1.1.1 $
* $Date: 2000/11/13 02:42:45 $
* $Author: holsta $
* $State: Exp $
* $Locker: $
*
* ---------------------------------------------------------------------------
*****************************************************************************/
#ifndef LINK_H
#define LINK_H
#include "dancer.h"
#include "ibcp.h"
#include "user.h"
int ReadLink(char *);
void WriteLink(itemlink *, int, char *);
void WriteLinkf(itemlink *, int, char *, ...);
void SendLink(itemlink *, int, char *, ...);
void SendLinkAll(int, char *, ...);
void SendLinkBut(itemlink *, int, char *, ...);
void CheckLinkQueue(void);
void FlushLinkQueue(itemlink *);
void LinkParse(char *);
void rtt_init(itemlink *);
void LinkQuit(void);
#endif /* LINK_H */
syntax highlighted by Code2HTML, v. 0.9.1