X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famxml.h;fp=common-src%2Famxml.h;h=063fb11d0ec5a8cb2bc9e82b9ea1c75f3c2f441f;hb=109540caa4e37a3663b3dcfb9a205b9609e3f561;hp=a8d40456b72c6cf46bf6323c1d85261db283ba61;hpb=4c9eba1feb11adf189bceb4001c425e641f0b56a;p=debian%2Famanda diff --git a/common-src/amxml.h b/common-src/amxml.h index a8d4045..063fb11 100644 --- a/common-src/amxml.h +++ b/common-src/amxml.h @@ -49,8 +49,8 @@ typedef GSList *scriptlist_t; typedef struct level_s { int level; int server; /* if server can do the estimate */ -} level_t; -typedef GSList *levellist_t; /* A list where each element is a (level_t *) */ +} am_level_t; +typedef GSList *levellist_t; /* A list where each element is a (am_level_t *) */ typedef struct a_dle_s { char *disk; @@ -73,10 +73,10 @@ typedef struct a_dle_s { int record; int create_index; char *auth; - sl_t *exclude_file; - sl_t *exclude_list; - sl_t *include_file; - sl_t *include_list; + am_sl_t *exclude_file; + am_sl_t *exclude_list; + am_sl_t *include_file; + am_sl_t *include_list; int exclude_optional; int include_optional; proplist_t property;