Changeset 814aa52 for protocols/nogaim.h


Ignore:
Timestamp:
2010-06-03T11:00:45Z (15 years ago)
Author:
Sven Moritz Hallberg <pesco@…>
Branches:
master
Children:
a6b2f13
Parents:
5f8ab6a9 (diff), f4bcc22 (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 bitlbee 1.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/nogaim.h

    r5f8ab6a9 r814aa52  
    306306 *   user, too. */
    307307G_MODULE_EXPORT struct groupchat *imcb_chat_new( struct im_connection *ic, const char *handle );
     308G_MODULE_EXPORT void imcb_chat_name_hint( struct groupchat *c, const char *name );
    308309G_MODULE_EXPORT void imcb_chat_add_buddy( struct groupchat *b, const char *handle );
    309310/* To remove a handle from a group chat. Reason can be NULL. */
     
    328329
    329330/* Misc. stuff */
     331char *set_eval_timezone( set_t *set, char *value );
    330332gboolean auto_reconnect( gpointer data, gint fd, b_input_condition cond );
    331333void cancel_auto_reconnect( struct account *a );
Note: See TracChangeset for help on using the changeset viewer.