fence-virt/server/uuid-test.h

15 lines
154 B
C
Raw Normal View History

#ifndef __UIID_TEST_H
#define __UUID_TEST_H
#ifdef __cplusplus
extern "C" {
#endif
int is_uuid(const char *value);
#ifdef __cplusplus
}
#endif
#endif