ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hybrid-ircservices-1/modules/operserv/sline.h
Revision: 1209
Committed: Thu Aug 25 19:05:49 2011 UTC (12 years, 7 months ago) by michael
Content type: text/x-chdr
File size: 798 byte(s)
Log Message:
- run everything thru indent
  "-bli0 -di1 -npcs -nut -cdw -bls -nbbo -bap"

File Contents

# Content
1 /* S-line data structure and interface.
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 SLINE_H
11 #define SLINE_H
12
13 /*************************************************************************/
14
15 E void create_sline(uint8 type, char *mask, const char *reason,
16 const char *who, time_t expiry);
17
18 /*************************************************************************/
19
20 #endif /* SLINE_H */
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 */