summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-03-17 11:39:25 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-03-17 11:39:25 +0100
commitb0d938b609b645b0353e95b7e5c6313f20811da9 (patch)
tree5704384aa1dc3d8cb466095f52b1ccb03be25698 /include
parent7192018f97f6406ccc6711fc5d76cea63ec080ec (diff)
main: change location of AFB_options definition
The definition of AFB_options is not of interest other places than main.c. Change-Id: Id0af73a749554c02d7578db518e41628e2793008 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'include')
-rw-r--r--include/local-def.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/local-def.h b/include/local-def.h
index c87fb508..360e0b0b 100644
--- a/include/local-def.h
+++ b/include/local-def.h
@@ -153,14 +153,6 @@ typedef struct {
size_t len;
} AFB_aliasdir;
-// Command line structure hold cli --command + help text
-typedef struct {
- int val; // command number within application
- int has_arg; // command number within application
- char *name; // command as used in --xxxx cli
- char *help; // help text
-} AFB_options;
-
// main config structure
typedef struct {
char *logname; // logfile path for info & error log