Changeset 4877:f204efc45b07 in roaraudio for include/libroar/hash.h


Ignore:
Timestamp:
04/26/11 14:04:57 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added roar_ht_digest2str()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/hash.h

    r4795 r4877  
    9393ssize_t      roar_ht_digestlen (const int    ht); 
    9494 
     95ssize_t      roar_ht_digest2str(char * out, size_t outlen, void * digest, size_t digestlen, int ht); 
     96 
    9597int          roar_ht_is_supported(const int    ht); 
    9698 
Note: See TracChangeset for help on using the changeset viewer.