Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / providers / nntp / camel-nntp-types.h
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /* camel-nntp-grouplist.h : getting/updating the list of newsgroups on the server. */
3
4 /* 
5  * Author : Chris Toshok <toshok@ximian.com> 
6  *
7  * Copyright (C) 2000 Ximian .
8  *
9  * This program is free software; you can redistribute it and/or 
10  * modify it under the terms of version 2 of the GNU Lesser General Public 
11  * License as published by the Free Software Foundation.
12  *
13  * This program is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  * GNU Lesser General Public License for more details.
17  *
18  * You should have received a copy of the GNU Lesser General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
21  * USA
22  */
23
24 #ifndef CAMEL_NNTP_TYPES_H
25 #define CAMEL_NNTP_TYPES_H 1
26
27 G_BEGIN_DECLS
28
29 typedef struct CamelNNTPGroupList CamelNNTPGroupList;
30 typedef struct CamelNNTPGroupListEntry CamelNNTPGroupListEntry;
31 typedef struct CamelNNTPOverField CamelNNTPOverField;
32 typedef struct CamelNNTPStore CamelNNTPStore;
33 typedef struct CamelNNTPStoreClass CamelNNTPStoreClass;
34
35 G_END_DECLS
36
37 #endif /* CAMEL_NNTP_TYPES_H */