~ubuntu-branches/ubuntu/karmic/lynx-cur/karmic

« back to all changes in this revision

Viewing changes to WWW/Library/Implementation/HTUtils.h

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2009-05-27 12:44:09 UTC
  • mfrom: (1.19.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090527124409-oq9baobu4puj0wai
Tags: 2.8.7pre4-1
* New Upstream Release.
 - amend fix for Debian #388622  (Closes: #388622)
 - suppress check for "disabled" attribute in a select, as a workaround
   (Closes: #525934)
 - accommodate (in)compatibility "feature" in HTML5 draft  (Closes: #514897)
 - Sanitize build-dependencies.  Applied suggested patch which I forgot 
   to do in former versions.  (Closes: #481767)
* Sanitize build-dependencies.  Removed exim4, bzip2, unzip, zip also.
   There remain sharutils, telnet, openssh-client now.
* Uncomment SSL_CERT_FILE line in lynx.cfg  (Closes: #529482)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * $LynxId: HTUtils.h,v 1.93 2009/01/01 21:49:29 tom Exp $
 
2
 * $LynxId: HTUtils.h,v 1.94 2009/05/10 23:06:31 tom Exp $
3
3
 *
4
4
 * Utility macros for the W3 code library
5
5
 * MACROS FOR GENERAL USE
750
750
#ifdef USE_SSL
751
751
    extern SSL *HTGetSSLHandle(void);
752
752
    extern void HTSSLInitPRNG(void);
753
 
    extern char HTGetSSLCharacter(void *handle);
 
753
    extern int HTGetSSLCharacter(void *handle);
754
754
#endif                          /* USE_SSL */
755
755
 
756
756
#ifdef __cplusplus