Changes in ipc.c [e277e80:e252d8c]
Legend:
- Unmodified
- Added
- Removed
-
ipc.c
re277e80 re252d8c 28 28 #include "ipc.h" 29 29 #include "commands.h" 30 #ifndef _WIN3231 30 #include <sys/uio.h> 32 31 #include <sys/un.h> 33 #endif34 32 35 33 GSList *child_list = NULL; … … 843 841 } 844 842 845 #ifndef _WIN32846 843 char *ipc_master_save_state() 847 844 { … … 942 939 return 1; 943 940 } 944 #else945 int ipc_master_listen_socket()946 {947 /* FIXME: Open named pipe \\.\BITLBEE */948 return 0;949 }950 #endif951 941 952 942 int ipc_master_load_state( char *statefile )
Note: See TracChangeset
for help on using the changeset viewer.