Changeset 5661:efd1ca5963ee in roaraudio for include


Ignore:
Timestamp:
09/22/12 22:30:52 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Improved kv API: added roar_keyval_copy()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/keyval.h

    r5552 r5661  
    5454ssize_t              roar_keyval_split  (struct roar_keyval ** kv, char * str, const char * fdel, const char * kdel, int quotes); 
    5555 
     56void * roar_keyval_copy(struct roar_keyval ** copy, const struct roar_keyval * src, ssize_t len); 
     57 
    5658#endif 
    5759 
Note: See TracChangeset for help on using the changeset viewer.