1 |
/* SVSNICK support external declarations. |
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 SVSNICK_H |
11 |
#define SVSNICK_H |
12 |
|
13 |
#define init_svsnick RENAME_SYMBOL(init_svsnick) |
14 |
#define exit_svsnick RENAME_SYMBOL(exit_svsnick) |
15 |
extern int init_svsnick(const char *cmdname); |
16 |
extern void exit_svsnick(void); |
17 |
|
18 |
#endif /* SVSNICK_H */ |
19 |
|
20 |
/* |
21 |
* Local variables: |
22 |
* c-file-style: "stroustrup" |
23 |
* c-file-offsets: ((case-label . *) (statement-case-intro . *)) |
24 |
* indent-tabs-mode: nil |
25 |
* End: |
26 |
* |
27 |
* vim: expandtab shiftwidth=4: |
28 |
*/ |