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

« back to all changes in this revision

Viewing changes to src/modules/version.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: version.h,v 1.6 2003/10/27 02:17:52 jonas Exp $ */
2
 
 
3
 
#ifndef EL__MODULES_VERSION_H
4
 
#define EL__MODULES_VERSION_H
5
 
 
6
 
struct terminal;
7
 
 
8
 
unsigned char *get_dyn_full_version(struct terminal *term, int more);
9
 
void init_static_version(void);
10
 
 
11
 
#endif /* EL__MODULES_VERSION_H */