Changeset 764c7d1 for unix.c


Ignore:
Timestamp:
2008-02-03T21:30:03Z (16 years ago)
Author:
Sven Moritz Hallberg <sm@…>
Branches:
master
Children:
3c80a9d
Parents:
b5c8a34
Message:

OTR support, first checkin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • unix.c

    rb5c8a34 r764c7d1  
    2727#include "commands.h"
    2828#include "crypting.h"
     29#include "otr.h"
    2930#include "protocols/nogaim.h"
    3031#include "help.h"
     
    5455        b_main_init();
    5556        nogaim_init();
     57        otr_init();
    5658       
    5759        srand( time( NULL ) ^ getpid() );
Note: See TracChangeset for help on using the changeset viewer.