X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.c;h=e15667a67063725ab88d6b20145b55d485e9ccb7;hb=9b5cad4e0a168522f22bf66d35b28aaeb1cc93e0;hp=c7b80503e7ba4a89406e64bc39c4217dd78a5e92;hpb=42ff24f2a525d5965e1841b2ebe3ee0f4b918ac6;p=debian%2Famanda diff --git a/common-src/amfeatures.c b/common-src/amfeatures.c index c7b8050..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 @@ -162,6 +163,10 @@ am_init_feature_set(void) 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; } @@ -456,3 +461,10 @@ bad: am_release_feature_set(f); return NULL; } + +am_feature_t * +am_features( + am_feature_t *f) +{ + return f; +}