mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-09 20:11:00 +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)
|
|
|