about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedlibuuid_private.h
blob: 4402e96c4167e5d3f14842e4579ad298fe70c023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA))
#error Meh...
#endif

GO(uuid_clear, vFp)
GO(uuid_compare, iFpp)
GO(uuid_copy, vFpp)
GO(uuid_generate, vFp)
GO(uuid__generate_random, vFpp)
GO(uuid_generate_random, vFp)
GO(uuid__generate_time, vFpp)
GO(uuid_generate_time, vFp)
GO(uuid_generate_time_safe, iFp)
GO(uuid_is_null, iFp)
GO(uuid_parse, iFpp)
GO(uuid_time, uFpp)
GO(uuid_type, iFp)
GO(uuid_unparse, vFpp)
GO(uuid_unparse_lower, vFpp)
GO(uuid_unparse_upper, vFpp)
GO(uuid_variant, iFp)