]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird_conf.h
Misc -- see kes-1.32
[bacula/bacula] / bacula / src / dird / dird_conf.h
index 5853832688c54f5a00be82b8e53fb34aac9bc300..1ac59ff1e0a3907bf3cd38f5424e66cf60fea28f 100644 (file)
@@ -239,9 +239,7 @@ struct INCEXE {
    FOPTS *current_opts;               /* points to current options structure */
    FOPTS **opts_list;                 /* options list */
    int num_opts;                      /* number of options items */
-   char **name_list;                  /* filename list */
-   int max_names;                     /* malloc'ed size of name list */
-   int num_names;                     /* number of names in the list */
+   alist name_list;                   /* filename list -- holds char * */
 };
 
 /*