Changeset 5110:1a60f34b8a9f in roaraudio for include


Ignore:
Timestamp:
07/30/11 00:09:40 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

fixed some warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ctl.h

    r5109 r5110  
    6565int roar_get_stream   (struct roar_connection * con, struct roar_stream * stream, int id) _LIBROAR_CTL_STDATTRS; 
    6666 
    67 int roar_kick         (struct roar_connection * con, int type, int id) _LIBROAR_CTL_STDATTRS; 
     67int roar_kick         (struct roar_connection * con, int type, int id) _LIBROAR_ATTR_NONNULL_ALL; 
    6868 
    6969int roar_set_vol      (struct roar_connection * con, int id, struct roar_mixer_settings * mixer, int   channels) _LIBROAR_CTL_STDATTRS _LIBROAR_ATTR_DEPRECATED; 
Note: See TracChangeset for help on using the changeset viewer.