X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.c;fp=common-src%2Famfeatures.c;h=8775912237e27b584b53bd70e1a4e23e7a729acc;hb=d3b2175e084f88c8736ad7073eacbf4670147aec;hp=89a1c3829dbc542acb02404295665584dc93f554;hpb=34197d9f46a5f4e944378cbb65fca32ee0eec7b9;p=debian%2Famanda diff --git a/common-src/amfeatures.c b/common-src/amfeatures.c index 89a1c38..8775912 100644 --- a/common-src/amfeatures.c +++ b/common-src/amfeatures.c @@ -72,6 +72,7 @@ am_init_feature_set(void) am_add_feature(f, fe_program_dump); am_add_feature(f, fe_program_gnutar); + am_add_feature(f, fe_program_backup_api); am_add_feature(f, fe_options_compress_fast); am_add_feature(f, fe_options_compress_best); @@ -145,6 +146,7 @@ am_init_feature_set(void) am_add_feature(f, fe_req_options_config); + am_add_feature(f, fe_rep_sendsize_quoted_error); } return f; }