X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fstore.h;h=52f211ef580149667191bf343bbfbbe96a848fb8;hb=7af11cd0ba4fab5f0a38a0505b85f8cd8a08c36b;hp=6464e32ed556ab907e48fb157113e85506ad8ce0;hpb=f3ebb786e451da973560f1c9d8cdb151d25108b5;p=user%2Fhenk%2Fcode%2Fexim.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;