lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / amfeatures.c
index 6f364df6da86e5bbf930b4b73fb3310edae8c4e1..e15667a67063725ab88d6b20145b55d485e9ccb7 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
@@ -161,6 +162,11 @@ am_init_feature_set(void)
        am_add_feature(f, fe_amrecover_origsize_in_header);
        am_add_feature(f, fe_amidxtaped_abort);
        am_add_feature(f, fe_amrecover_correct_disk_quoting);
+       am_add_feature(f, fe_amindexd_quote_label);
+       am_add_feature(f, fe_amrecover_receive_unfiltered);
+       am_add_feature(f, fe_application_client_name);
+       am_add_feature(f, fe_script_client_name);
+       am_add_feature(f, fe_dumptype_property);
     }
     return f;
 }
@@ -455,3 +461,10 @@ bad:
     am_release_feature_set(f);
     return NULL;
 }
+
+am_feature_t *
+am_features(
+    am_feature_t *f)
+{
+    return f;
+}