diff options
Diffstat (limited to 'contrib/uuid/parse.c')
| -rw-r--r-- | contrib/uuid/parse.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/uuid/parse.c b/contrib/uuid/parse.c index 074383efae7..059ae437805 100644 --- a/contrib/uuid/parse.c +++ b/contrib/uuid/parse.c @@ -39,7 +39,7 @@  #include "uuidP.h" -int uuid_parse(const char *in, uuid_t uu) +int gf_uuid_parse(const char *in, uuid_t uu)  {  	struct uuid	uuid;  	int 		i;  | 
