X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fstore.h;h=52f211ef580149667191bf343bbfbbe96a848fb8;hb=0d75f94545ea7bf93078f908b77c2b6cf57edc80;hp=6464e32ed556ab907e48fb157113e85506ad8ce0;hpb=f3ebb786e451da973560f1c9d8cdb151d25108b5;p=exim.git diff --git a/src/src/store.h b/src/src/store.h index 6464e32ed..52f211ef5 100644 --- a/src/src/store.h +++ b/src/src/store.h @@ -53,7 +53,6 @@ tracing information for debugging. */ /* The real functions */ typedef void ** rmark; -extern BOOL is_tainted(const void *); extern BOOL store_extend_3(void *, BOOL, int, int, const char *, int); extern void store_free_3(void *, const char *, int); extern void *store_get_3(int, BOOL, const char *, int) ALLOC ALLOC_SIZE(1) WARN_UNUSED_RESULT;