Changeset 5224:0110eb2c5e00 in roaraudio for include


Ignore:
Timestamp:
11/12/11 12:46:05 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added const keywords to roar_file_codecdetect()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/file.h

    r5223 r5224  
    4343#endif 
    4444 
    45 int     roar_file_codecdetect(char * buf, int len); 
     45int     roar_file_codecdetect(const char * buf, const int len); 
    4646 
    4747char  * roar_cdromdevice     (void); 
Note: See TracChangeset for help on using the changeset viewer.