ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/ircservices-5.1.24/modules/protocol/svsnick.h
Revision: 3389
Committed: Fri Apr 25 14:12:15 2014 UTC (11 years, 4 months ago) by michael
Content type: text/x-chdr
File size: 712 byte(s)
Log Message:
- Imported ircservices-5.1.24

File Contents

# User Rev Content
1 michael 3389 /* 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     */