X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=include%2Flocal-def.h;h=360e0b0bae4b3041c43f1d81c51768fab043e14f;hb=da5a2bfe0571fbee3378f730633c17efcac94c30;hp=2deb8c043060c12eb8e83cb9a2449a0a6d2d35ab;hpb=1309721790b7b2aeb29658b8907c99fcaabf85a5;p=src%2Fapp-framework-binder.git diff --git a/include/local-def.h b/include/local-def.h index 2deb8c04..360e0b0b 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -45,13 +45,9 @@ - -#define AJQ_VERSION "0.1" - /* other definitions --------------------------------------------------- */ // Note: because of a bug in libmagic MAGIC_DB NULL should not be used for default -#define MAGIC_DB "/usr/share/misc/magic.mgc" #define OPA_INDEX "index.html" #define MAX_ALIAS 10 // max number of aliases #define COOKIE_NAME "afb-session" @@ -157,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