Changeset 5303:0139588bda3e in roaraudio for plugins


Ignore:
Timestamp:
11/27/11 21:57:21 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

prototype updates

Location:
plugins/universal
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/protocol-daytime.c

    r5275 r5303  
    4444 memcpy(data, date, len); 
    4545 
    46  clients_add_output(client, buf); 
     46 clients_add_output(client, &buf); 
    4747 
    4848 ROAR_DBG("new_client(client=%i, vio=%p, lsock=%p) = 0", client, vio, lsock); 
  • plugins/universal/protocol-echo.c

    r5275 r5303  
    4949 } 
    5050 
    51  clients_add_output(client, buf); 
     51 clients_add_output(client, &buf); 
    5252 
    5353 ROAR_DBG("check_client(client=%i, vio=%p) = 0", client, vio); 
Note: See TracChangeset for help on using the changeset viewer.