mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
8 lines
204 B
C
8 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)
|
|
|