diff options
author | jbj <jbj> | 2007-04-21 01:29:40 +0000 |
---|---|---|
committer | jbj <jbj> | 2007-04-21 01:29:40 +0000 |
commit | 1ae743238e1de9f279d38e5c3c2d7356e0353fc5 (patch) | |
tree | 62c288093efeb5e7a6747225987fd82f05492d1a /poptint.h | |
parent | 805c8fdcc85183cf648aa2b66865963855f89c34 (diff) | |
download | libpopt-1ae743238e1de9f279d38e5c3c2d7356e0353fc5.tar.gz |
- popt: convert gnome UTF-8 to current encoding with --help (#178413).
Diffstat (limited to 'poptint.h')
-rw-r--r-- | poptint.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -114,4 +114,9 @@ struct poptContext_s { #define N_(foo) foo +#define POPT_WARNING "(popt): Warning **: " + +int POPT_fprintf (FILE* steam, const char *format, ...); +char *POPT_prev_char (const char *str); + #endif |