summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-23 17:11:04 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-23 17:11:04 +0100
commit1ddea9dd3848c640c0c63ba87056f6a850a7323d (patch)
treee848f0386289f1a6cafce25462bd26cb27a0d704 /include
parent5ffc5b65e3f2388d518d0e75afb7788f7d5fa041 (diff)
AFB_error: improves mangement
Change-Id: I88969338623aad0cb628f97f9e9962315ae9380c Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/local-def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/local-def.h b/include/local-def.h
index 48437d91..280ab0bb 100644
--- a/include/local-def.h
+++ b/include/local-def.h
@@ -78,7 +78,7 @@ extern int verbose; // this is the only global variable
// Plugin Type
typedef enum {AFB_PLUGIN_JSON=123456789, AFB_PLUGIN_JSCRIPT=987654321, AFB_PLUGIN_RAW=987123546} AFB_pluginE;
-// prebuild json error are constructed in config.c
+// prebuild json error are constructed in helper-api.c
typedef enum { AFB_FALSE, AFB_TRUE, AFB_FATAL, AFB_FAIL, AFB_WARNING, AFB_EMPTY, AFB_SUCCESS, AFB_DONE, AFB_UNAUTH} AFB_error;
#define MAX_POST_SIZE 4096 // maximum size for POST data