X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.c;h=e15667a67063725ab88d6b20145b55d485e9ccb7;hb=HEAD;hp=6f364df6da86e5bbf930b4b73fb3310edae8c4e1;hpb=d5853102f67d85d8e169f9dbe973ad573306c215;p=debian%2Famanda diff --git a/common-src/amfeatures.c b/common-src/amfeatures.c index 6f364df..e15667a 100644 --- a/common-src/amfeatures.c +++ b/common-src/amfeatures.c @@ -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; +}