summaryrefslogtreecommitdiff
path: root/poptint.h
diff options
context:
space:
mode:
authorjbj <jbj>2007-04-21 01:29:40 +0000
committerjbj <jbj>2007-04-21 01:29:40 +0000
commit1ae743238e1de9f279d38e5c3c2d7356e0353fc5 (patch)
tree62c288093efeb5e7a6747225987fd82f05492d1a /poptint.h
parent805c8fdcc85183cf648aa2b66865963855f89c34 (diff)
downloadlibpopt-1ae743238e1de9f279d38e5c3c2d7356e0353fc5.tar.gz
- popt: convert gnome UTF-8 to current encoding with --help (#178413).
Diffstat (limited to 'poptint.h')
-rw-r--r--poptint.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/poptint.h b/poptint.h
index ff9f978..dae91bc 100644
--- a/poptint.h
+++ b/poptint.h
@@ -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