~ubuntu-branches/ubuntu/feisty/elinks/feisty-updates

« back to all changes in this revision

Viewing changes to src/document/html/tables.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-06-30 08:57:43 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630085743-l81fgbw9dehvl1ds
Tags: 0.11.1-1ubuntu1
* Merge to Debian unstable.
* Removed gnutls12 porting, this is upstream now.
* Only Ubuntu changes left:
  - Killed type-handling.
  - Add X-Ubuntu-Gettext-Domain to .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: tables.h,v 1.4 2004/07/13 16:54:37 zas Exp $ */
2
1
 
3
2
#ifndef EL__DOCUMENT_HTML_TABLES_H
4
3
#define EL__DOCUMENT_HTML_TABLES_H
5
4
 
6
 
struct part;
 
5
struct html_context;
7
6
 
8
 
void format_table(unsigned char *, unsigned char *, unsigned char *, unsigned char **, struct part *);
 
7
void format_table(unsigned char *, unsigned char *, unsigned char *, unsigned char **, struct html_context *);
9
8
 
10
9
#endif