Changeset 4620:51366252dae8 in roaraudio


Ignore:
Timestamp:
11/23/10 13:28:51 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Updated reassigned commands (GET_ACL->AUTHCTL, SET_ACL->ACLCTL)

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r4618 r4620  
    1010        * Support dir parameter in OINFO command (Closes: #31) 
    1111        * Corrected error codes in VS API (Closes: #90) 
     12        * Updated reassigned commands (GET_ACL->AUTHCTL, SET_ACL->ACLCTL) 
    1213 
    1314v. 0.4beta1 - Mon Nov 01 2010 16:14 CET 
  • include/roaraudio/proto.h

    r4425 r4620  
    6969#define ROAR_CMD_BEEP          24 /* send an beep */ 
    7070 
    71 #define ROAR_GET_ACL           25 /* get ACL, may have subtypes */ 
    72 #define ROAR_SET_ACL           26 /* set ACL, may have subtypes */ 
     71#define ROAR_AUTHCTL           25 
     72#define ROAR_ACLCTL            26 
    7373 
    7474#define ROAR_CMD_GET_STREAM_PARA   27 /* Get addition stream parameters like blocksizes */ 
Note: See TracChangeset for help on using the changeset viewer.