Changeset 5608:584b36c566e2 in roaraudio for include


Ignore:
Timestamp:
07/31/12 15:31:35 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Handle super long client names well (Closes: #286)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/ctl.h

    r5381 r5608  
    8282int roar_ctl_c2m      (struct roar_message * m, struct roar_client * c); 
    8383int roar_ctl_m2c      (struct roar_message * m, struct roar_client * c); 
     84int roar_ctl_c2m2     (struct roar_message * m, struct roar_client * c, void ** data); 
     85int roar_ctl_m2c2     (struct roar_message * m, struct roar_client * c, void  * data); 
    8486 
    8587int    roar_str2proto (const char * proto) _LIBROAR_ATTR_USE_RESULT _LIBROAR_ATTR_PURE; 
Note: See TracChangeset for help on using the changeset viewer.