X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=common-src%2Famfeatures.h;fp=common-src%2Famfeatures.h;h=f0d755957863feac5cf7d87104bc85a3c8803b2c;hb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;hp=068b8d560af3c22a13504fe589bd45206ff42a28;hpb=75cec888bd949240e5ba6780d513ada25a7e5caa;p=debian%2Famanda diff --git a/common-src/amfeatures.h b/common-src/amfeatures.h index 068b8d5..f0d7559 100644 --- a/common-src/amfeatures.h +++ b/common-src/amfeatures.h @@ -192,6 +192,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 +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);