From b0d938b609b645b0353e95b7e5c6313f20811da9 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Thu, 17 Mar 2016 11:39:25 +0100 Subject: main: change location of AFB_options definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The definition of AFB_options is not of interest other places than main.c. Change-Id: Id0af73a749554c02d7578db518e41628e2793008 Signed-off-by: José Bollo --- include/local-def.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/local-def.h') 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 -- cgit 1.2.3-korg