Remove /* foo.c */ comments
[openssl.git] / apps / progs.h
index 400fefcbfd19ab9ca3650113a1bbc80e0a1b1f3c..f3eaf2ac42fcc4b3886730f4e6dcf1c849230f75 100644 (file)
@@ -16,7 +16,7 @@ typedef struct function_st {
     const OPTIONS *help;
 } FUNCTION;
 
-DECLARE_LHASH_OF(FUNCTION);
+DEFINE_LHASH_OF(FUNCTION);
 
 extern int asn1parse_main(int argc, char *argv[]);
 extern int ca_main(int argc, char *argv[]);