summaryrefslogtreecommitdiff
path: root/poptint.h
diff options
context:
space:
mode:
authorjbj <jbj>2008-02-16 16:18:01 +0000
committerjbj <jbj>2008-02-16 16:18:01 +0000
commit4207addee54a670eef554512e7a95bad5a049f0f (patch)
treec45e1c2825032d07979c2d4a22d76213c340873f /poptint.h
parentb89fd2b43062c985f6016bd9c8fffb3992e7dd44 (diff)
downloadlibpopt-4207addee54a670eef554512e7a95bad5a049f0f.tar.gz
- jbj: add POPT_next_char(), backout POPT_fprintf() usage (for the moment).
Diffstat (limited to 'poptint.h')
-rw-r--r--poptint.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/poptint.h b/poptint.h
index 180e50c..15ee8ff 100644
--- a/poptint.h
+++ b/poptint.h
@@ -182,11 +182,14 @@ extern char *nl_langinfo (nl_item __item)
#endif
#endif
+char *POPT_prev_char (/*@returned@*/ const char *str)
+ /*@*/;
+
+char *POPT_next_char (/*@returned@*/ const char *str)
+ /*@*/;
+
int POPT_fprintf (FILE* stream, const char *format, ...)
/*@globals fileSystem @*/
/*@modifies stream, fileSystem @*/;
-char *POPT_prev_char (/*@returned@*/ const char *str)
- /*@*/;
-
#endif