Changeset 4703:be4d84be6f04 in roaraudio for roard


Ignore:
Timestamp:
01/06/11 00:30:53 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added basic gopher support

Location:
roard
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • roard/clients.c

    r4688 r4703  
    3535 {ROAR_PROTO_RPLAY, NULL, emul_rplay_check_client, NULL, NULL}, 
    3636#endif 
     37#ifndef ROAR_WITHOUT_DCOMP_EMUL_GOPHER 
     38 {ROAR_PROTO_GOPHER, NULL, emul_gopher_check_client, NULL, emul_gopher_flushed_client}, 
     39#endif 
    3740 {-1, NULL} 
    3841}; 
  • roard/include/emul_gopher.h.OLD

    r4699 r4703  
    2929#include <roaraudio.h> 
    3030 
     31int emul_gopher_check_client(int client, struct roar_vio_calls * vio); 
     32int emul_gopher_flushed_client(int client, struct roar_vio_calls * vio); 
     33 
    3134#endif 
    3235 
  • roard/roard.c

    r4690 r4703  
    354354 printf("  rplay         W      - RPlay emulation\n"); 
    355355#endif 
     356#ifndef ROAR_WITHOUT_DCOMP_EMUL_GOPHER 
     357 printf("  gopher               - The Internet Gopher Protocol\n"); 
     358#endif 
    356359} 
    357360 
Note: See TracChangeset for help on using the changeset viewer.