Changeset 6738a67 for protocols/nogaim.h


Ignore:
Timestamp:
2008-07-16T23:22:52Z (16 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
9b55485
Parents:
9730d72 (diff), 6a78c0e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

merge in latest trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r9730d72 r6738a67  
    4242#include "account.h"
    4343#include "proxy.h"
     44#include "query.h"
    4445#include "md5.h"
    45 
    46 #define BUF_LEN MSG_LEN
    47 #define BUF_LONG ( BUF_LEN * 2 )
    48 #define MSG_LEN 2048
    49 #define BUF_LEN MSG_LEN
    5046
    5147#define BUDDY_ALIAS_MAXLEN 388   /* because MSN names can be 387 characters */
     
    265261 * - 'doit' or 'dont' will be called depending of the answer of the user.
    266262 */
    267 G_MODULE_EXPORT void imcb_ask( struct im_connection *ic, char *msg, void *data, void *doit, void *dont );
     263G_MODULE_EXPORT void imcb_ask( struct im_connection *ic, char *msg, void *data, query_callback doit, query_callback dont );
    268264G_MODULE_EXPORT void imcb_ask_add( struct im_connection *ic, char *handle, const char *realname );
    269265
Note: See TracChangeset for help on using the changeset viewer.