Changeset 4453:25cf9186c390 in roaraudio for include/libroar/hash.h


Ignore:
Timestamp:
10/09/10 22:30:47 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added aux functions roar_ht_digestlen() and roar_ht_is_supported()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/hash.h

    r4450 r4453  
    7979int          roar_str2ht (const char * ht); 
    8080 
     81ssize_t      roar_ht_digestlen (const int    ht); 
     82 
     83int          roar_ht_is_supported(const int    ht); 
     84 
    8185struct roar_hash_state; 
    8286 
Note: See TracChangeset for help on using the changeset viewer.