3 #include <aerospike/as_bytes.h>
5 #define WAIT_MS(__ms) nanosleep((struct timespec[]){{0, __ms##000000}}, NULL)
bool udf_exists(const char *)
bool udf_readfile(const char *filename, as_bytes *content)
bool udf_remove(const char *)
bool udf_put(const char *)