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

    r5193 r5275  
    5959 
    6060static struct roard_proto proto[1] = { 
    61  {ROAR_PROTO_DAYTIME, new_client, NULL, NULL, flushed_client} 
     61 {ROAR_PROTO_DAYTIME, ROAR_SUBSYS_NONE, "The Internet daytime protocol", new_client, NULL, NULL, flushed_client} 
    6262}; 
    6363 
     
    6565 
    6666ROAR_DL_PLUGIN_START(roard_daytime_protocol) { 
     67 ROARD_DL_CHECK_VERSIONS(); 
     68 
     69 libname.license = "GPL-3.0"; 
     70 
    6771 ROARD_DL_REGFN_PROTO(); 
    6872} ROAR_DL_PLUGIN_END 
Note: See TracChangeset for help on using the changeset viewer.