Make the function STORE_new_engine() public.
This commit is contained in:
parent
0239876511
commit
f59c941950
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ typedef struct store_method_st STORE_METHOD;
|
|||
|
||||
/* Creators and destructor. */
|
||||
STORE *STORE_new_method(const STORE_METHOD *method);
|
||||
STORE *STORE_new_engine(ENGINE *engine);
|
||||
void STORE_free(STORE *ui);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue