#pragma once
#ifdef __cplusplus
extern "C" {
#endif
int feature_has(const char *name, int server_default);
}