summaryrefslogtreecommitdiff
path: root/handler.h
Commit message (Collapse)AuthorAgeFilesLines
* netifd: fixes for json-c 0.12John Crispin2015-03-061-1/+1
| | | | Signed-off-by: John Crispin <blogic@openwrt.org>
* handler: replace calls to deprecated json_object_object_getSteven Barth2014-12-231-1/+2
| | | | Signed-off-by: Steven Barth <steven@midlink.org>
* handler: explicitly include json.hFelix Fietkau2014-08-131-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* handler: include config.hFelix Fietkau2013-10-221-0/+1
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* proto-shell: move more core to handler.cFelix Fietkau2013-10-221-1/+7
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* proto-shell: move script handler config parse code to handler.cFelix Fietkau2013-10-221-0/+13
| | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org>
* proto-shell: move script handler dump code to handler.cFelix Fietkau2013-10-221-0/+24
Signed-off-by: Felix Fietkau <nbd@openwrt.org>