mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
9 lines
204 B
C
9 lines
204 B
C
|
// $Id: misc.h,v 1.1 2007/06/17 20:50:45 lynx Exp $ // vim:syntax=lpc:ts=8
|
||
|
|
||
|
#define SOCKET_LIST_USER 1
|
||
|
#define SOCKET_LIST_GHOST 2
|
||
|
#define SOCKET_LIST_LINK 4
|
||
|
|
||
|
#define SOCKET_LIST_ALL (1+2+4)
|
||
|
|