home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / xwphescr.zip / XWPH0208.ZIP / include / helpers / textv_html.h < prev    next >
C/C++ Source or Header  |  2002-08-11  |  2KB  |  49 lines

  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 Möller.
  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.  
  49.