Open an explorer.exe window at the location of the file when clicking
[pidgin-git.git] / libpurple / protocols / novell / nmrtf.h
bloba2bbf27d852d6e9751362b0f0ac25783a8ed3ffd
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 __NMRTF_H__
22 #define __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