X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.h;h=f0d755957863feac5cf7d87104bc85a3c8803b2c;hb=3c4bb2012986d596b3ee0e65fac4b2c5b7b01540;hp=8c5b5f82f4d511567128d85b73f215f1b09eb724;hpb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;p=debian%2Famanda diff --git a/common-src/amfeatures.h b/common-src/amfeatures.h index 8c5b5f8..f0d7559 100644 --- a/common-src/amfeatures.h +++ b/common-src/amfeatures.h @@ -189,6 +189,11 @@ typedef enum { fe_amrecover_correct_disk_quoting, fe_amindexd_quote_label, + 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. */ @@ -207,6 +212,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);