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-discard.c

    r5434 r5444  
    4242 
    4343static struct roard_proto proto[1] = { 
    44  {ROAR_PROTO_DISCARD, ROAR_SUBSYS_NONE, "Discard all data send to the server", NULL, NULL, check_client, NULL, NULL} 
     44 {ROAR_PROTO_DISCARD, ROAR_SUBSYS_NONE, "Discard all data send to the server", NULL, NULL, NULL, check_client, NULL, NULL} 
    4545}; 
    4646 
Note: See TracChangeset for help on using the changeset viewer.