summaryrefslogtreecommitdiffstats
path: root/apps/include/opt.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2021-05-01 13:11:49 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-01 13:11:49 +0200
commitf4407385f58242dcc6ae95a60c2a3dc8782bee42 (patch)
tree7b89ff8ead447d4d0bb3812e5d9c1fc36f32d526 /apps/include/opt.h
parentc0f4400c4051cc26fbe385b6af9fc67e7c66dbdd (diff)
APPS: Document the core of the opt_ API
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: David von Oheimb <david.von.oheimb@siemens.com> (Merged from https://github.com/openssl/openssl/pull/14995)
Diffstat (limited to 'apps/include/opt.h')
-rw-r--r--apps/include/opt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/include/opt.h b/apps/include/opt.h
index f9ac5accae..f22e9af05e 100644
--- a/apps/include/opt.h
+++ b/apps/include/opt.h
@@ -349,7 +349,6 @@ char *opt_init(int ac, char **av, const OPTIONS * o);
int opt_next(void);
void opt_begin(void);
int opt_format(const char *s, unsigned long flags, int *result);
-const char *format2str(int format);
int opt_int(const char *arg, int *result);
int opt_int_arg(void);
int opt_ulong(const char *arg, unsigned long *result);
@@ -381,8 +380,6 @@ int opt_verify(int i, X509_VERIFY_PARAM *vpm);
int opt_rand(int i);
int opt_provider(int i);
void opt_help(const OPTIONS * list);
-void opt_print(const OPTIONS * opt, int doingparams, int width);
-int opt_format_error(const char *s, unsigned long flags);
void print_format_error(int format, unsigned long flags);
int opt_isdir(const char *name);
int opt_printf_stderr(const char *fmt, ...);