~ubuntu-branches/ubuntu/precise/x11-utils/precise-updates

« back to all changes in this revision

Viewing changes to luit/luit.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2011-02-09 20:34:01 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110209203401-43knowb75duvo9td
Tags: 7.6+1
* Remove David Nusinow and Brice Goglin from Uploaders.  Thanks for your
  work!
* Drop Pre-Depends on x11-common.
* Bump Standards-Version to 3.9.1.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
THE SOFTWARE.
21
21
*/
22
22
 
 
23
#ifndef LUIT_LUIT_H
 
24
#define LUIT_LUIT_H 1
 
25
 
 
26
extern const char *locale_alias;
23
27
extern int iso2022;
24
28
extern int verbose;
25
29
extern int sevenbit;
26
30
extern int ilog;
27
31
extern int olog;
28
32
 
29
 
void child(char*, char*, char**);
 
33
void child(char *, char *, char *const *);
30
34
void parent(int, int);
31
35
 
 
36
#endif /* LUIT_LUIT_H */