Changeset 5462:4aa873706b47 in roaraudio for libroar/ctl.c


Ignore:
Timestamp:
03/31/12 00:25:28 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new protocols

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroar/ctl.c

    r5449 r5462  
    566566 {ROAR_PROTO_DAYTIME,     "daytime"}, 
    567567 {ROAR_PROTO_GAME,        "game"}, 
     568 {ROAR_PROTO_TELNET,      "telnet"}, 
     569 {ROAR_PROTO_DHCP,        "dhcp"}, 
     570 {ROAR_PROTO_SSH,         "ssh"}, 
     571 {ROAR_PROTO_TIME,        "time"}, 
     572 {ROAR_PROTO_RLOGIN,      "rlogin"}, 
    568573 {-1, NULL} 
    569574}; 
Note: See TracChangeset for help on using the changeset viewer.