mark PurpleImageClass as private
[pidgin-git.git] / libpurple / protocols / novell / nmrtf.h
blob75f9242dc76a1154a1b0ed83e1b85d41e42575c6
1 /*
2 * nmrtf.h
4 * Copyright (c) 2004 Novell, Inc. All Rights Reserved.
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
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.
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., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 #ifndef PURPLE_NOVELL_NMRTF_H
22 #define PURPLE_NOVELL_NMRTF_H
24 typedef struct _NMRtfContext NMRtfContext;
26 NMRtfContext *nm_rtf_init(void);
27 char *nm_rtf_strip_formatting(NMRtfContext *ctx, const char *input);
28 void nm_rtf_deinit(NMRtfContext *ctx);
30 #endif /* PURPLE_NOVELL_NMRTF_H */