#ifndef HLIB_SETUP_H
#define HLIB_SETUP_H

void backend_hash_hashlib_install_providers();
void backend_hash_hashlib_uninstall_providers();

#endif