Changeset 5112:034315dcf9d4 in roaraudio for include


Ignore:
Timestamp:
08/01/11 00:28:57 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added some const keywords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ctl.h

    r5110 r5112  
    8686int roar_ctl_m2c      (struct roar_message * m, struct roar_client * c); 
    8787 
    88 int    roar_str2proto (char * proto) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
    89 char * roar_proto2str (int    proto) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
     88int    roar_str2proto (const char * proto) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
     89char * roar_proto2str (const int    proto) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
    9090 
    91 int    roar_str2byteorder (char * byteorder) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
    92 char * roar_byteorder2str (int    byteorder) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
     91int    roar_str2byteorder (const char * byteorder) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
     92char * roar_byteorder2str (const int    byteorder) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
    9393 
    9494int    roar_str2ot        (const char * ot) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
Note: See TracChangeset for help on using the changeset viewer.