Changeset aefaac3a for conf.h


Ignore:
Timestamp:
2008-04-06T15:34:25Z (16 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
99f929c
Parents:
aa31117
Message:

Added ClientInterface configuration option to make BitlBee bind() to a
specific interface before connecting to a remote host.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.h

    raa31117 raefaac3a  
    3232typedef struct conf
    3333{
    34         char *iface;
     34        char *iface_in, *iface_out;
    3535        char *port;
    3636        int nofork;
Note: See TracChangeset for help on using the changeset viewer.