Skip to content
  • Luker's avatar
    RFC: uniform API · ad8412d1
    Luker authored
    
    
    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>
    ad8412d1