The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
rfc1060u.h
Go to the documentation of this file.
1 
2 #ifndef RFC1060UH
3 #define RFC1060UH
4 
5 #endif
6 
7 struct porttype
8  {
9  char * service ;
10  short port ;
11  char * description ;
12  };
13 
14 extern porttype RFC1060ports[];
15 extern int RFC1060portscount;