source: trunk/third/evolution/mail/mail-types.h @ 16787

Revision 16787, 1.2 KB checked in by ghudson, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r16786, which included commits to RCS files with non-trunk default branches.
Line 
1/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
3/*
4 * Copyright 2000 Ximian, Inc. (www.ximian.com)
5 *
6 * This program is free software; you can redistribute it and/or
7 * modify it under the terms of version 2 of the GNU General Public
8 * License as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
18 * USA
19 */
20
21#ifndef MAIL_TYPES_H
22#define MAIL_TYPES_H 1
23
24#ifdef __cplusplus
25extern "C" {
26#pragma }
27#endif /* __cplusplus }*/
28
29
30typedef struct  _FolderBrowser     FolderBrowser;
31typedef struct  _MessageBrowser    MessageBrowser;
32typedef struct  _SubscribeDialog   SubscribeDialog;
33typedef struct  _MessageList       MessageList;
34typedef struct  _MailDisplay       MailDisplay;
35
36#ifdef __cplusplus
37}
38#endif /* __cplusplus */
39
40#endif /* MAIL_TYPES_H */
Note: See TracBrowser for help on using the repository browser.