Commit f59c9419 authored by Richard Levitte's avatar Richard Levitte
Browse files

Make the function STORE_new_engine() public.

parent 02398765
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);