lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / amfeatures.c
index 085c8ea2a280784e97db1819c653c7deaaee9160..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
@@ -165,6 +166,7 @@ am_init_feature_set(void)
        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;
 }
@@ -459,3 +461,10 @@ bad:
     am_release_feature_set(f);
     return NULL;
 }
+
+am_feature_t *
+am_features(
+    am_feature_t *f)
+{
+    return f;
+}