aboutsummaryrefslogtreecommitdiff
path: root/src/resource-glue.h
blob: 4e668c2507c95e57e7f65089485c152d3ed316a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __LIB_RESOURCE_GLUE_H__
#define __LIB_RESOURCE_GLUE_H__

#include <stdint.h>

#include <res-conn.h>

DBusConnection *resource_get_dbus_bus(DBusBusType, DBusError *);
void           *resource_timer_add(uint32_t, resconn_timercb_t,void *);
void            resource_timer_del(void *);

#endif /* __LIB_RESOURCE_GLUE_H__ */

/* 
 * Local Variables:
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 * vim:set expandtab shiftwidth=4:
 */