Files
bitchx/include/hold.h
Kevin Easton 533c3dbcbf Turn on SVN keyword replacement for $Date$, $Author$, $Revision$, $Id$ for all
*.c and *.h files.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/branches/ircii-pana-1.1@3 13b04d17-f746-0410-82c6-800466cd88b0
2008-02-25 09:49:14 +00:00

26 lines
521 B
C

/*
* hold.h: header for hold.c
*
* Written By Michael Sandrof
*
* Copyright(c) 1990
*
* See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT
*
* @(#)$Id$
*/
#ifndef __hold_h_
#define __hold_h_
void remove_from_hold_list (Window *);
void add_to_hold_list (Window *, char *, int);
void hold_mode (Window *, int, int);
int hold_output (Window *);
char *hold_queue (Window *);
void reset_hold (Window *);
int hold_queue_logged (Window *);
void toggle_stop_screen (char, char *);
#endif /* __hold_h_ */