Changeset 5665:10c164fd8e04 in roaraudio for include/libroar/uuid.h


Ignore:
Timestamp:
09/23/12 11:35:35 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Added support for v3 and v5 UUIDs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/uuid.h

    r5589 r5665  
    5555int roar_uuid2str(char * str, const roar_uuid_t uuid, ssize_t len); 
    5656int roar_str2uuid(roar_uuid_t uuid, const char * str); 
    57 int roar_uuid_gen(roar_uuid_t uuid, enum roar_uuid_type type, roar_uuid_t ns, void * argp, ssize_t arglen); 
     57int roar_uuid_gen(roar_uuid_t uuid, enum roar_uuid_type type, const roar_uuid_t ns, const void * argp, ssize_t arglen); 
    5858#define roar_uuid_gen_null(uuid) roar_uuid_gen(uuid, ROAR_UUID_TYPE_NULL, NULL, NULL, -1) 
    5959#define roar_uuid_gen_time(uuid) roar_uuid_gen(uuid, ROAR_UUID_TYPE_TIME, NULL, NULL, -1) 
Note: See TracChangeset for help on using the changeset viewer.