Changeset 5654:25b8ac2d3613 in roaraudio
- Timestamp:
- 09/14/12 04:16:30 (11 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
roard/clients.c
r5640 r5654 34 34 35 35 static struct roar_dl_proto 36 #if !defined(ROAR_WITHOUT_DCOMP_EMUL_ESD) && defined(ROAR_HAVE_H_ESD) 36 37 __proto_common_esd = { 37 38 .proto = ROAR_PROTO_ESOUND, … … 39 40 .flags = ROAR_DL_PROTO_FLAGS_NONE, 40 41 .handle = emul_esd_check_client 41 }, __proto_common_rplay = { 42 }, 43 #endif 44 #ifndef ROAR_WITHOUT_DCOMP_EMUL_RPLAY 45 __proto_common_rplay = { 42 46 .proto = ROAR_PROTO_RPLAY, 43 47 .description = "RPlay emulation", 44 48 .flags = ROAR_DL_PROTO_FLAGS_NONE, 45 49 .handle = emul_rplay_check_client 46 }, __proto_common_gopher = { 50 }, 51 #endif 52 #ifndef ROAR_WITHOUT_DCOMP_EMUL_GOPHER 53 __proto_common_gopher = { 47 54 .proto = ROAR_PROTO_GOPHER, 48 55 .description = "The Internet Gopher Protocol", … … 50 57 .handle = emul_gopher_check_client, 51 58 .flushed = emul_gopher_flushed_client 52 }; 59 } 60 #endif 61 ; 53 62 54 63 static struct roard_proto_handle __protos[MAX_PROTOS] = {
Note: See TracChangeset
for help on using the changeset viewer.