Skip to content
Verified Commit ad8412d1 authored by Luker's avatar Luker
Browse files

RFC: uniform API



The rfc API still used that "void* &"
switch to void** which makes more sense for the C interface.
Also, that's what we use on the RAW api

While we are at it, force the template to specify both
input *and* output typenames, so that it is easier
to switch between the linked library and the header-only

inline the template so that it can be reincluded
multiple times without redeinitions

Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
parent cc47dc94
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment