fence-virt/server/uuid-test.h
Lon Hohberger 33c16854eb Make uuids work with libvirt-qpid
Signed-off-by: Lon Hohberger <lon@users.sourceforge.net>
2009-11-06 13:16:42 -05:00

15 lines
154 B
C

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