fence-virt/server/uuid-test.h
Ryan McCabe b0aa3ad784 fence-virt: Format string cleanup
Warn on non-literal format strings and cleanup.

Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
2017-05-29 13:54:51 -04:00

15 lines
154 B
C

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