Changeset 5271:09aa484b25f4 in roaraudio for include


Ignore:
Timestamp:
11/17/11 23:31:49 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added const to return type of roar_cdromdevice() (Closes: #185)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/file.h

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