aboutsummaryrefslogtreecommitdiff
path: root/src/res-set-private.h
blob: 40f6d327717c28d2667724aaf30f35c3e45eb3f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef __RES_SET_PRIVATE_H__
#define __RES_SET_PRIVATE_H__

#include <res-set.h>

resset_t *resset_create(union resconn_u*, const char*,
                        uint32_t, resset_state_t, const char *,
                        uint32_t, uint32_t, uint32_t);
void      resset_destroy(resset_t *);
void      resset_ref(resset_t *);
void      resset_unref(resset_t *);
resset_t *resset_find(union resconn_u *, const char *, uint32_t);

#endif /* __RES_SET_PRIVATE_H__ */

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