~ubuntu-branches/ubuntu/natty/gnupg2/natty

« back to all changes in this revision

Viewing changes to jnlib/w32help.h

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
                               const char *name, const char *value);
29
29
 
30
30
#ifdef USE_SIMPLE_GETTEXT
31
 
int set_gettext_file (const char *filename, const char *regkey);
 
31
char *bindtextdomain (const char *domainname, const char *dirname);
32
32
const char *gettext (const char *msgid );
33
33
const char *ngettext (const char *msgid1, const char *msgid2,
34
34
                      unsigned long int n);
35
35
const char *gettext_localename (void);
 
36
void gettext_select_utf8 (int value);
36
37
#endif /*USE_SIMPLE_GETTEXT*/
37
38
 
38
39