Ignore:
Timestamp:
11/19/11 22:54:26 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Improved plugin loader a lot (Closes: #190)

File:
1 edited

Legend:

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

    r5264 r5275  
    4242 
    4343static struct roard_proto proto[1] = { 
    44  {ROAR_PROTO_DISCARD, NULL, check_client, NULL, NULL} 
     44 {ROAR_PROTO_DISCARD, ROAR_SUBSYS_NONE, "Discard all data send to the server", NULL, check_client, NULL, NULL} 
    4545}; 
    4646 
     
    4848 
    4949ROAR_DL_PLUGIN_START(roard_discard_protocol) { 
     50 ROARD_DL_CHECK_VERSIONS(); 
     51 
     52 libname.license = "GPL-3.0";  
     53 
    5054 ROARD_DL_REGFN_PROTO(); 
    5155} ROAR_DL_PLUGIN_END 
Note: See TracChangeset for help on using the changeset viewer.