summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-11-28 14:45:09 +0000
committerRichard Levitte <levitte@openssl.org>2003-11-28 14:45:09 +0000
commit03ddbdd9b99ea60d0967b831ffc1fe93ae7f9792 (patch)
tree472cf7e91dacd8222a798e63124ddeb8ef6a14fb /apps/apps.h
parent5ebdb390849f832428e00c0b811beec907a56c10 (diff)
Move another common functionality (reproduced so far with cut'n'paste)
to apps.c, and give it the hopefully descriptive name parse_yesno().
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 2b49770dfb..7edafa4244 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -315,6 +315,7 @@ int save_index(char *dbfile, char *suffix, CA_DB *db);
int rotate_index(char *dbfile, char *new_suffix, char *old_suffix);
void free_index(CA_DB *db);
int index_name_cmp(const char **a, const char **b);
+int parse_yesno(char *str, int def);
X509_NAME *parse_name(char *str, long chtype, int multirdn);