Changeset 4296:16e3f8f5983e in roaraudio for include/libroar/auth.h


Ignore:
Timestamp:
09/01/10 15:48:19 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added a lot const keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/auth.h

    r3915 r4296  
    5252int roar_auth   (struct roar_connection * con); 
    5353 
    54 int    roar_str2autht(char * str); 
    55 char * roar_autht2str(int auth); 
     54int    roar_str2autht(const char * str); 
     55const char * roar_autht2str(const int auth); 
    5656 
    5757#endif 
Note: See TracChangeset for help on using the changeset viewer.