Ignore:
Timestamp:
03/25/12 03:11:30 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

ported some plugins to the new interface

File:
1 edited

Legend:

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

    r5434 r5444  
    5757 
    5858static struct roard_proto proto[1] = { 
    59  {ROAR_PROTO_ECHO, ROAR_SUBSYS_NONE, "Send all data send to the server back to the client", NULL, NULL, check_client, NULL, NULL} 
     59 {ROAR_PROTO_ECHO, ROAR_SUBSYS_NONE, "Send all data send to the server back to the client", NULL, NULL, NULL, check_client, NULL, NULL} 
    6060}; 
    6161 
Note: See TracChangeset for help on using the changeset viewer.