diff options
author | David Lamparter <equinox@diac24.net> | 2013-06-01 00:23:31 +0000 |
---|---|---|
committer | root <root@beaglebone.(none)> | 2013-06-01 00:23:31 +0000 |
commit | ae9fdcca4cbe82f00166912a9ab78dffdf5be492 (patch) | |
tree | b10fd3ae6ddb6faa3f1c965774b3e3181de1130f /cethcan/cethcan.h | |
parent | b7e8785f3c304423bf8b766c378252d59541d581 (diff) |
cethcan: beancounters support
Diffstat (limited to 'cethcan/cethcan.h')
-rw-r--r-- | cethcan/cethcan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cethcan/cethcan.h b/cethcan/cethcan.h index 4326429..4777f5f 100644 --- a/cethcan/cethcan.h +++ b/cethcan/cethcan.h @@ -80,6 +80,7 @@ extern void json_bump_longpoll(void); extern int socan_init(json_t *config); extern int ether_init(json_t *config); extern int light_init_conf(json_t *config); +extern int bean_init_conf(json_t *config); extern void http_init(void); #endif /* _CETHCAN_H */ |