summaryrefslogtreecommitdiffstats
path: root/agents/virt/server/uuid-test.h
blob: 164fec7e8d56894020f366a9be7acd0916f60d42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __UUID_TEST_H
#define __UUID_TEST_H

#ifdef __cplusplus
extern "C" {
#endif

int is_uuid(const char *value);

#ifdef __cplusplus
}
#endif

#endif