]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-mail: Fix include guards for istream-nonuls.h
authorSergey Kitov <sergey.kitov@open-xchange.com>
Fri, 6 Apr 2018 12:48:02 +0000 (15:48 +0300)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Tue, 17 Apr 2018 07:45:08 +0000 (10:45 +0300)
src/lib-mail/istream-nonuls.h

index 095d115de64b5d9bbf4ab43f4d8d0b2c79cd7be0..73dd4c51e243c61a1f0758aae878d523227c092c 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef ISTREAM_DOT_H
-#define ISTREAM_DOT_H
+#ifndef ISTREAM_NONULS_H
+#define ISTREAM_NONULS_H
 
 /* Translate all NUL characters to the specified replace_chr. */
 struct istream *i_stream_create_nonuls(struct istream *input, char replace_chr);