summaryrefslogtreecommitdiff
path: root/poptint.h
diff options
context:
space:
mode:
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