aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/purple/bpurple.h
blob: 39677b864bf08f6d55c5c37aef70e4b6372e4b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef BPURPLE_H
# define BPURPLE_H

#include <purple.h>
#include <glib.h>

#define PURPLE_REQUEST_HANDLE "purple_request"

struct purple_data
{
    PurpleAccount *account;

    GHashTable *input_requests;
    guint next_request_id;
};

#endif /* !BPURPLE_H */