update copyright to reflect current upstream file content
[debian/amanda] / common-src / amxml.h
index a8954e46b63447d4fcfedf71ab0abd406cda1cfe..a670ba9146d7e2bef026968e18222b21aedc84b7 100644 (file)
@@ -40,6 +40,7 @@ typedef struct script_s {
     execute_on_t                   execute_on;
     int                            execute_where;
     proplist_t                     property;
+    char                          *client_name;
     struct client_script_result_s *result;
 } script_t;
 
@@ -79,6 +80,7 @@ typedef struct a_dle_s {
     int     exclude_optional;
     int     include_optional;
     proplist_t application_property;
+    char        *application_client_name;
     scriptlist_t scriptlist;
     data_path_t  data_path;
     GSList      *directtcp_list;
@@ -87,6 +89,8 @@ typedef struct a_dle_s {
 
 dle_t *alloc_dle(void);
 void   init_dle(dle_t *dle);
+void   free_dle(dle_t *dle);
+void   free_script_data(script_t *script);
 dle_t *amxml_parse_node_CHAR(char *txt, char **errmsg);
 dle_t *amxml_parse_node_FILE(FILE *file, char **errmsg);
 char  *amxml_format_tag(char *tag, char *value);