rcpp_framework/backends/hash_hashlib/setup.h

9 lines
148 B
C
Raw Normal View History

#ifndef HLIB_SETUP_H
#define HLIB_SETUP_H
void backend_hash_hashlib_install_providers();
void backend_hash_hashlib_uninstall_providers();
#endif