summaryrefslogtreecommitdiffstats
path: root/agents/virt/server/uuid-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'agents/virt/server/uuid-test.h')
-rw-r--r--agents/virt/server/uuid-test.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/agents/virt/server/uuid-test.h b/agents/virt/server/uuid-test.h
new file mode 100644
index 0000000..164fec7
--- /dev/null
+++ b/agents/virt/server/uuid-test.h
@@ -0,0 +1,14 @@
+#ifndef __UUID_TEST_H
+#define __UUID_TEST_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int is_uuid(const char *value);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif