Make the function STORE_new_engine() public.

This commit is contained in:
Richard Levitte 2003-05-19 23:06:09 +00:00
parent 0239876511
commit f59c941950

View file

@ -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);