lintian doesn't like orphan packages with uploaders...
[debian/amanda] / common-src / amfeatures.h
index 068b8d560af3c22a13504fe589bd45206ff42a28..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
@@ -192,6 +193,7 @@ typedef enum {
     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.
@@ -211,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);