|
Last change
on this file since 456 was 201, checked in by umoeller, 23 years ago |
|
Major work on textview control and dialogs.
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
1.5 KB
|
| Line | |
|---|
| 1 |
|
|---|
| 2 | /*
|
|---|
| 3 | *@@sourcefile textv_html.h:
|
|---|
| 4 | * header file for textv_html.c. See remarks there.
|
|---|
| 5 | *
|
|---|
| 6 | * Note: Version numbering in this file relates to XWorkplace version
|
|---|
| 7 | * numbering.
|
|---|
| 8 | */
|
|---|
| 9 |
|
|---|
| 10 | /* Copyright (C) 2000 Ulrich Mller.
|
|---|
| 11 | * This file is part of the "XWorkplace helpers" source package.
|
|---|
| 12 | * This is free software; you can redistribute it and/or modify
|
|---|
| 13 | * it under the terms of the GNU General Public License as published
|
|---|
| 14 | * by the Free Software Foundation, in version 2 as it comes in the
|
|---|
| 15 | * "COPYING" file of the XWorkplace main distribution.
|
|---|
| 16 | * This program is distributed in the hope that it will be useful,
|
|---|
| 17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|---|
| 18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|---|
| 19 | * GNU General Public License for more details.
|
|---|
| 20 | *
|
|---|
| 21 | *@@include #include <os2.h>
|
|---|
| 22 | *@@include #include "helpers\linklist.h"
|
|---|
| 23 | *@@include #include "helpers\textv_html.h"
|
|---|
| 24 | */
|
|---|
| 25 |
|
|---|
| 26 | #if __cplusplus
|
|---|
| 27 | extern "C" {
|
|---|
| 28 | #endif
|
|---|
| 29 |
|
|---|
| 30 | #ifndef TXV_HTML_HEADER_INCLUDED
|
|---|
| 31 | #define TXV_HTML_HEADER_INCLUDED
|
|---|
| 32 |
|
|---|
| 33 | /* ******************************************************************
|
|---|
| 34 | *
|
|---|
| 35 | * HTML converter
|
|---|
| 36 | *
|
|---|
| 37 | ********************************************************************/
|
|---|
| 38 |
|
|---|
| 39 | BOOL txvConvertFromHTML(PSZ *ppszText,
|
|---|
| 40 | PSZ *ppszTitle,
|
|---|
| 41 | PULONG pulProgress,
|
|---|
| 42 | PBOOL pfCancel);
|
|---|
| 43 | #endif
|
|---|
| 44 |
|
|---|
| 45 | #if __cplusplus
|
|---|
| 46 | }
|
|---|
| 47 | #endif
|
|---|
| 48 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.