Subversion Repositories IRC-Archiver

Rev

Rev 5 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 6
Line 1... Line 1...
1
/* $Id: ircfw.h 5 2024-08-30 02:36:44Z nishi $ */
1
/* $Id: ircfw.h 6 2024-08-30 02:49:55Z nishi $ */
2
 
2
 
3
#ifndef __IRCFW_H__
3
#ifndef __IRCFW_H__
4
#define __IRCFW_H__
4
#define __IRCFW_H__
5
 
5
 
-
 
6
#define IRCFW_VERSION "1.00"
-
 
7
 
6
struct ircfw_message {
8
struct ircfw_message {
7
	char* prefix;
9
	char* prefix;
8
	char* command;
10
	char* command;
9
	char** params;
11
	char** params;
10
};
12
};