add new lib_dir to bottom of the struct

This commit is contained in:
Anthony Minessale 2012-11-21 08:54:06 -06:00
parent 27c236a03a
commit ffa64d6f82
1 changed files with 1 additions and 1 deletions

View File

@ -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;