Changeset 4800:194d7b304774 in roaraudio


Ignore:
Timestamp:
03/15/11 01:11:19 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

updated ckport db

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar.ckport

    r4770 r4800  
    442442 
    443443roar_set_vol                    ok 
     444roar_set_vol2                   ok 
    444445roar_get_vol                    ok 
    445446 
     
    484485roar_auth_mes_init              likely  mostly for internal use 
    485486roar_auth_to_mes                likely  mostly for internal use 
     487roar_auth_ask_server            internal 
    486488 
    487489# Authfile API: 
     
    489491roar_authfile_close             maybe   mostly for internal use 
    490492roar_authfile_key_new           maybe   mostly for internal use 
     493roar_authfile_key_new_random    maybe   mostly for internal use 
    491494roar_authfile_key_ref           maybe   mostly for internal use 
    492495roar_authfile_key_unref         maybe   mostly for internal use 
     
    528531roar_err_clear                  maybe   This function should be avoided outside of libroar* 
    529532 
     533roar_error2str                  ok 
     534 
     535# Trap API: 
     536roar_strap_impl                 ok      should ne used directly, will be used by macros 
     537roar_trap_register_group        ok 
     538roar_trap_get_groupid           ok 
     539roar_trap_get_groupname         ok 
    530540 
    531541# MemMgr: 
     
    535545roar_mm_realloc                 wip 
    536546roar_mm_strdup                  wip 
     547roar_mm_memdup                  ok 
    537548 
    538549# Meta Data: 
     
    714725_esl_defaults                   internal 
    715726_esl_slp                        internal 
     727_esl_neighbours                 internal 
    716728 
    717729# notify core handling: 
     
    789801roar_random_salt_nonce          ok 
    790802roar_random_init                internal 
     803roar_random_uint16              ok 
     804roar_random_uint32              ok 
    791805 
    792806# Hash API: 
     
    807821roar_hash_crc24_digest          internal 
    808822roar_hash_crc24_proc            internal 
     823roar_hash_adler32_init          internal 
     824roar_hash_adler32_digest        internal 
     825roar_hash_adler32_proc          internal 
    809826 
    810827# Hash Tiger: 
     
    826843# CRC API: 
    827844roar_crc24_add                  ok 
     845roar_adler32_add                ok 
    828846 
    829847!TARGET: libroardsp0 
Note: See TracChangeset for help on using the changeset viewer.