lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / amfeatures.h
index 8c5b5f82f4d511567128d85b73f215f1b09eb724..74a23fff9333e3851fe95d2d0ab7f30e54893bfb 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -189,6 +190,11 @@ typedef enum {
     fe_amrecover_correct_disk_quoting,
     fe_amindexd_quote_label,
 
+    fe_amrecover_receive_unfiltered,
+    fe_application_client_name,
+    fe_script_client_name,
+    fe_dumptype_property,
+
     /*
      * All new features must be inserted immediately *before* this entry.
      */
@@ -207,6 +213,7 @@ typedef struct am_feature_s {
  * Functions.
  */
 
+extern am_feature_t *am_features(am_feature_t *f);
 extern am_feature_t *am_init_feature_set(void);
 extern am_feature_t *am_set_default_feature_set(void);
 extern am_feature_t *am_allocate_feature_set(void);