From 68fee857cb451ce5917244a665f60e14ce7a8cc7 Mon Sep 17 00:00:00 2001 From: jmallett Date: Tue, 5 Nov 2002 10:55:16 +0000 Subject: Wrap function prototype declarations in __BEGIN_DECLS to do the right thing with them in non-C cases. Requested by: Patrick Hartling --- lib/libc/uuid/uuid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/libc/uuid/uuid.h b/lib/libc/uuid/uuid.h index 4807615..dcb85c8 100644 --- a/lib/libc/uuid/uuid.h +++ b/lib/libc/uuid/uuid.h @@ -45,6 +45,7 @@ #define uuid_s_invalid_string_uuid 2 #define uuid_s_no_memory 3 +__BEGIN_DECLS int32_t uuid_compare(uuid_t *, uuid_t *, uint32_t *); void uuid_create(uuid_t *, uint32_t *); void uuid_create_nil(uuid_t *, uint32_t *); @@ -53,5 +54,6 @@ void uuid_from_string(const char *, uuid_t *, uint32_t *); uint16_t uuid_hash(uuid_t *, uint32_t *); int32_t uuid_is_nil(uuid_t *, uint32_t *); void uuid_to_string(uuid_t *, char **, uint32_t *); +__END_DECLS #endif /* _UUID_H_ */ -- cgit v1.1