summaryrefslogtreecommitdiffstats
path: root/apps/progs.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/progs.h')
-rw-r--r--apps/progs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/progs.h b/apps/progs.h
index 4a59b64a50..400fefcbfd 100644
--- a/apps/progs.h
+++ b/apps/progs.h
@@ -16,6 +16,8 @@ typedef struct function_st {
const OPTIONS *help;
} FUNCTION;
+DECLARE_LHASH_OF(FUNCTION);
+
extern int asn1parse_main(int argc, char *argv[]);
extern int ca_main(int argc, char *argv[]);
extern int ciphers_main(int argc, char *argv[]);