src/protocols/novell/nmrtf.h

Sun, 08 Aug 2004 05:38:02 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Sun, 08 Aug 2004 05:38:02 +0000
changeset 9713
bb37562302a1
parent 9268
196cbf2cae4c
child 12323
f52908fb23b0
permissions
-rw-r--r--

[gaim-migrate @ 10574]
Remove multi.h

9268
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
1 /*
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
2 * nmrtf.h
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
3 *
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
4 * Copyright (c) 2004 Novell, Inc. All Rights Reserved.
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
5 *
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
6 * This program is free software; you can redistribute it and/or modify
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
7 * it under the terms of the GNU General Public License as published by
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
8 * the Free Software Foundation; version 2 of the License.
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
9 *
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
10 * This program is distributed in the hope that it will be useful,
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
13 * GNU General Public License for more details.
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
14 *
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
15 * You should have received a copy of the GNU General Public License
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
16 * along with this program; if not, write to the Free Software
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
18 *
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
19 */
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
20
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
21 #ifndef __NMRTF_H__
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
22 #define __NMRTF_H__
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
23
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
24 typedef struct _NMRtfContext NMRtfContext;
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
25
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
26 NMRtfContext *nm_rtf_init();
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
27 char *nm_rtf_strip_formatting(NMRtfContext *ctx, const char *input);
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
28 void nm_rtf_deinit(NMRtfContext *ctx);
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
29
196cbf2cae4c [gaim-migrate @ 10069]
Mike Stoddard <mistoddard@novell.com>
parents:
diff changeset
30 #endif

mercurial