File: notify.h

package info (click to toggle)
epic 3.004-10
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,180 kB
  • ctags: 3,207
  • sloc: ansic: 40,836; makefile: 526; sh: 121; perl: 17
file content (26 lines) | stat: -rw-r--r-- 600 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/*
 * notify.h: header for notify.c
 *
 * Written By Michael Sandrof
 *
 * Copyright(c) 1990 
 *
 * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
 *
 * @(#)$Id: notify.h,v 1.6 1994/07/02 02:38:10 mrg Exp $
 */

#ifndef _NOTIFY_H_
#define _NOTIFY_H_

#include "irc_std.h"

extern	void	notify _((char *, char *, char *));
extern	void	do_notify _((void));
extern	void	notify_mark _((char *, int, int));
extern	void	save_notify _((FILE *));
extern	void	set_notify_handler _((char *));
extern	void	make_notify_list _((int));
extern  char *	get_notify_nicks _((int, int));

#endif /* _NOTIFY_H_ */