From 7a9b006d78ddf40638da73f9cfee06269f840372 Mon Sep 17 00:00:00 2001 From: Juli Mallett 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 --- include/uuid.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/uuid.h') diff --git a/include/uuid.h b/include/uuid.h index 48076156d116..dcb85c849018 100644 --- a/include/uuid.h +++ b/include/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.2.3