From ffa64d6f82d8fdaad4510e88d247938b0dcf1070 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 21 Nov 2012 08:54:06 -0600 Subject: [PATCH] add new lib_dir to bottom of the struct --- src/include/switch_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_types.h b/src/include/switch_types.h index 15993c7993..20c83cd898 100644 --- a/src/include/switch_types.h +++ b/src/include/switch_types.h @@ -466,7 +466,6 @@ typedef struct { struct switch_directories { char *base_dir; char *mod_dir; - char *lib_dir; char *conf_dir; char *log_dir; char *run_dir; @@ -478,6 +477,7 @@ struct switch_directories { char *storage_dir; char *recordings_dir; char *sounds_dir; + char *lib_dir; }; typedef struct switch_directories switch_directories;