X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Ffunctions.h;h=38c8e40a00a4019fa5692c7e6b50959e66aad702;hb=d56e798eb66ac044ff22f0daa2185549f5d49632;hp=e349721706a0c2f65ab97ccd2f293227e9f1be33;hpb=3109898a5e815a04f505c73b67493ef15d9f0665;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/functions.h b/src/src/functions.h index e34972170..38c8e40a0 100644 --- a/src/src/functions.h +++ b/src/src/functions.h @@ -527,6 +527,7 @@ extern int stdin_ungetc(int); extern void store_exit(void); extern void store_init(void); +extern void store_writeprotect(int); extern gstring *string_append(gstring *, int, ...) WARN_UNUSED_RESULT; extern gstring *string_append_listele(gstring *, uschar, const uschar *) WARN_UNUSED_RESULT;