Show
Ignore:
Timestamp:
05/05/08 16:31:53 (7 months ago)
Author:
emostar
Message:

Add the patch by Sergey Kononenko (Message-ID: <20080122012616.48112055@…>)
Included the following additions:

  • Add support for AIM (not all users yet)
  • Fix a few memory leaks
  • Rename SSBI to BART
  • Add constants for BART Types
  • Add support to qt4-gui
  • Use boost in a few cases
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/licq/include/licq_proxy.h

    r4714 r6181  
     1#ifndef PROXY_H 
     2#define PROXY_H 
     3 
    14#ifdef HAVE_CONFIG_H 
    25#include "config.h" 
     
    6972  bool HTTPOpenProxyConnection(const char *_szRemoteName, unsigned short _nRemotePort); 
    7073}; 
     74 
     75#endif