~ubuntu-branches/ubuntu/karmic/neverball/karmic

« back to all changes in this revision

Viewing changes to share/lang.h

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-04-29 08:16:23 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090429081623-qxefowqxo0inkerr
Tags: 1.5.1-1ubuntu1
* Merge from debian unstable, Ubuntu remaining changes (LP: #336876):
  - debian/control: neverputt Depends on neverball-data to prevent crashing
    at startup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
 
36
36
/*---------------------------------------------------------------------------*/
37
37
 
38
 
void lang_init(const char *domain, const char *locale_dir);
 
38
void lang_init(const char *domain);
39
39
 
40
40
const char *sgettext(const char *);
41
41
const char *get_local_text(const char *);