Changeset 5224:0110eb2c5e00 in roaraudio


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()

Files:
2 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); 
  • libroar/file.c

    r5223 r5224  
    3636#include "libroar.h" 
    3737 
    38 int roar_file_codecdetect(char * buf, int len) { 
     38int roar_file_codecdetect(const char * buf, const int len) { 
    3939 int codec = -1; 
    4040 
Note: See TracChangeset for help on using the changeset viewer.