Ignore:
Timestamp:
09/10/12 16:18:22 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed support for roard's proto support (replaced by CPI) (Closes: #278)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/roard/protocol-gopher.c

    r5602 r5640  
    631631} 
    632632 
    633 int emul_gopher_check_client(int client, struct roar_vio_calls * vio) { 
     633int emul_gopher_check_client(int client, struct roar_vio_calls * vio, struct roar_buffer ** obuffer, void ** userdata, const struct roar_keyval * protopara, ssize_t protoparalen, struct roar_dl_librarypara * pluginpara) { 
    634634 struct roar_client_server * cs; 
    635635 struct roar_vio_calls     rvio; 
     
    762762} 
    763763 
    764 int emul_gopher_flushed_client(int client, struct roar_vio_calls * vio) { 
     764int emul_gopher_flushed_client(int client, struct roar_vio_calls * vio, struct roar_buffer ** obuffer, void ** userdata, const struct roar_keyval * protopara, ssize_t protoparalen, struct roar_dl_librarypara * pluginpara) { 
    765765 ROAR_DBG("emul_gopher_flushed_client(client=%i, vio=%p) = ?", client, vio); 
    766766 
Note: See TracChangeset for help on using the changeset viewer.