Changeset 4710:41d6f4b03f6f in roaraudio for roard/roard.c


Ignore:
Timestamp:
01/09/11 12:33:51 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added profiles for gopher

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/roard.c

    r4708 r4710  
    593593#endif 
    594594 
     595// Gopher: 
     596#ifndef ROAR_WITHOUT_DCOMP_EMUL_GOPHER 
     597 {"gopher-tcp",     ROAR_SOCKET_TYPE_TCP,    ROAR_DEFAULT_GOPHER_PORT, ROAR_NET_INET4_LOCALHOST, 
     598                    ROAR_PROTO_GOPHER,    -1, NULL, 
     599                    "Gopher local TCP profile"}, 
     600 {"gopher-tcp-pub", ROAR_SOCKET_TYPE_TCP,    ROAR_DEFAULT_GOPHER_PORT, ROAR_NET_INET4_ANYHOST, 
     601                    ROAR_PROTO_GOPHER,    -1, NULL, 
     602                    "Gopher network TCP profile"}, 
     603#endif 
     604 
    595605 // End of List: 
    596606 {NULL, -1, -1, NULL, -1, -1, NULL, NULL} 
Note: See TracChangeset for help on using the changeset viewer.