File: numbers.h

package info (click to toggle)
epic5 3.0.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 5,328 kB
  • sloc: ansic: 75,810; makefile: 648; ruby: 227; python: 215; sh: 78; perl: 13
file content (16 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * numbers.h: header for numbers.c
 *
 * Copyright 1990 Michael Sandrof
 * Copyright 1997 EPIC Software Labs
 * see the copyright file, or do a help ircii copyright 
 */

#ifndef __numbers_h__
#define __numbers_h__

const	char *	banner 			(void);
	void	numbered_command 	(const char *, const char *, const char **);
	void	nickname_sendline 	(char *, char *);

#endif /* _NUMBERS_H_ */