Changeset 5109:4f9fc788fe91 in roaraudio for include/libroar/vio_ops.h


Ignore:
Timestamp:
07/28/11 16:32:34 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Started to use compiler attributes (Also see: #130)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vio_ops.h

    r4708 r5109  
    5151}; 
    5252 
    53 ssize_t roar_vio_copy_data   (struct roar_vio_calls * out, struct roar_vio_calls * in); 
     53ssize_t roar_vio_copy_data   (struct roar_vio_calls * out, struct roar_vio_calls * in) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_NONNULL_ALL; 
    5454 
    5555int roar_vio_open_tee (struct roar_vio_calls * calls); 
Note: See TracChangeset for help on using the changeset viewer.