summaryrefslogtreecommitdiffstats
path: root/zone.h
diff options
context:
space:
mode:
authorManuel Bachmann <manuel.bachmann@iot.bzh>2016-07-04 14:29:04 +0200
committerYannick Gicquel <yannick.gicquel@iot.bzh>2016-10-11 17:09:07 +0200
commitf259ec53101a3754cd2da24a369ea48bb1947e62 (patch)
tree76a42068003af728c71ec1d253eeb869189c9c97 /zone.h
parentacb229813f5845e8b38bea56870211319887f3b4 (diff)
Finalize basic configuration logic
Configuration-related structures and values are now applied everywhere. Change-Id: I5c665a649b8c7c52dd18d214cee6c484f491b584 Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
Diffstat (limited to 'zone.h')
-rw-r--r--zone.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/zone.h b/zone.h
index c64b879..293d008 100644
--- a/zone.h
+++ b/zone.h
@@ -34,4 +34,8 @@ struct agl_zone {
agl_zoneset *agl_zoneset_init (struct userdata *);
void agl_zoneset_done (struct userdata *);
+int agl_zoneset_add_zone (struct userdata *, const char *, uint32_t);
+agl_zone *agl_zoneset_get_zone_by_name (struct userdata *, const char *);
+agl_zone *agl_zoneset_get_zone_by_index (struct userdata *, uint32_t);
+
#endif