Changeset 2663:7927d9333368 in roaraudio for roard/include


Ignore:
Timestamp:
09/12/09 21:59:25 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

dummys for cont_fw_new(), cont_fw_delete()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/include/container_framework.h

    r2661 r2663  
    5353}; 
    5454 
     55int     cont_fw_new     (struct cont_fw_parent_inst ** inst); 
     56int     cont_fw_delete  (struct cont_fw_parent_inst  * inst); 
    5557int     cont_fw_init_vio(struct roar_vio_calls * vio, void * inst); 
    5658ssize_t cont_fw_read    (struct roar_vio_calls * vio, void *buf, size_t count); 
Note: See TracChangeset for help on using the changeset viewer.