1 |
/* sjoin.c header file. |
2 |
* |
3 |
* IRC Services is copyright (c) 1996-2009 Andrew Church. |
4 |
* E-mail: <achurch@achurch.org> |
5 |
* Parts written by Andrew Kempe and others. |
6 |
* This program is free but copyrighted software; see the file GPL.txt for |
7 |
* details. |
8 |
*/ |
9 |
|
10 |
#ifndef SJOIN_H |
11 |
#define SJOIN_H |
12 |
|
13 |
#define do_sjoin RENAME_SYMBOL(do_sjoin) |
14 |
#define init_sjoin RENAME_SYMBOL(init_sjoin) |
15 |
#define exit_sjoin RENAME_SYMBOL(exit_sjoin) |
16 |
|
17 |
#define SJOIN_CONFIG \ |
18 |
{ "CSSetChannelTime", { { CD_SET, 0, &CSSetChannelTime } } } |
19 |
|
20 |
#endif |
21 |
|
22 |
/* |
23 |
* Local variables: |
24 |
* c-file-style: "stroustrup" |
25 |
* c-file-offsets: ((case-label . *) (statement-case-intro . *)) |
26 |
* indent-tabs-mode: nil |
27 |
* End: |
28 |
* |
29 |
* vim: expandtab shiftwidth=4: |
30 |
*/ |