Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • ipc.c

    re252d8c re277e80  
    2828#include "ipc.h"
    2929#include "commands.h"
     30#ifndef _WIN32
    3031#include <sys/uio.h>
    3132#include <sys/un.h>
     33#endif
    3234
    3335GSList *child_list = NULL;
     
    841843}
    842844
     845#ifndef _WIN32
    843846char *ipc_master_save_state()
    844847{
     
    939942        return 1;
    940943}
     944#else
     945int ipc_master_listen_socket()
     946{
     947        /* FIXME: Open named pipe \\.\BITLBEE */
     948        return 0;
     949}
     950#endif
    941951
    942952int ipc_master_load_state( char *statefile )
Note: See TracChangeset for help on using the changeset viewer.