Changeset 5117:a96bdeba53f0 in roaraudio


Ignore:
Timestamp:
08/01/11 03:25:17 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

make stuff _LIBROAR_ATTR_DEPRECATED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/simple.h

    r5114 r5117  
    4747int roar_simple_new_stream_attachexeced_obj (struct roar_connection * con, struct roar_stream * s, int rate, int channels, int bits, int codec, int dir); 
    4848 
    49 int roar_simple_new_stream (struct roar_connection * con, int rate, int channels, int bits, int codec, int dir); 
    50 int roar_simple_new_stream_obj (struct roar_connection * con, struct roar_stream * s, int rate, int channels, int bits, int 
    51 codec, int dir); 
     49int roar_simple_new_stream (struct roar_connection * con, int rate, int channels, int bits, int codec, int dir) _LIBROAR_ATTR_DEPRECATED; 
     50int roar_simple_new_stream_obj (struct roar_connection * con, struct roar_stream * s, int rate, int channels, int bits, int codec, int dir) _LIBROAR_ATTR_DEPRECATED; 
    5251 
    5352int roar_simple_play_file(char * file, char * server, char * name); 
Note: See TracChangeset for help on using the changeset viewer.