Home
last modified time | relevance | path

Searched defs:function_st (Results 1 – 1 of 1) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Dfunction.h28 typedef struct function_st { struct
29 FUNC_TYPE type;
30 const char *name;
31 int (*func)(int argc, char *argv[]);
32 const OPTIONS *help;
33 const char *deprecated_alternative;
34 const char *deprecated_version;