Ignore:
Timestamp:
2015-03-15T09:29:01Z (9 years ago)
Author:
dequis <dx@…>
Children:
c0e4c22
Parents:
89db90e (diff), 2dd23da (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 branch 'develop' into feat/hip-cat

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/purple/bpurple.h

    r89db90e rfc650a8  
    55#include <glib.h>
    66
     7#define PURPLE_REQUEST_HANDLE "purple_request"
     8
    79struct purple_data
    810{
    911    PurpleAccount *account;
     12
     13    GHashTable *input_requests;
     14    guint next_request_id;
    1015};
    1116
Note: See TracChangeset for help on using the changeset viewer.