Changeset 5589:de9dbc2ecc4b in roaraudio for include


Ignore:
Timestamp:
07/22/12 13:21:15 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Updated UUID support to fixs shortcoming detected by rpld. Closes: #276 (critical bug)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/uuid.h

    r5505 r5589  
    5050}; 
    5151 
    52 int roar_uuid_eq(roar_uuid_t a, roar_uuid_t b); 
    53 int roar_uuid2str(char * str, roar_uuid_t uuid, ssize_t len); 
     52// compare two UUIDs: return 1 if they are the same, 0 if they are not and -1 in case of error. 
     53int roar_uuid_eq(const roar_uuid_t a, const roar_uuid_t b); 
     54 
     55int roar_uuid2str(char * str, const roar_uuid_t uuid, ssize_t len); 
    5456int roar_str2uuid(roar_uuid_t uuid, const char * str); 
    5557int roar_uuid_gen(roar_uuid_t uuid, enum roar_uuid_type type, roar_uuid_t ns, void * argp, ssize_t arglen); 
Note: See TracChangeset for help on using the changeset viewer.