missing guard
authorPierre Habouzit <madcoder@debian.org>
Sun, 2 Dec 2007 21:26:17 +0000 (22:26 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 2 Dec 2007 21:26:17 +0000 (22:26 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
greylist.h

index ac58a97..bf1aefc 100644 (file)
  * Copyright © 2007 Pierre Habouzit
  */
 
+#ifndef PFIXTOOLS_GREYLIST_H
+#define PFIXTOOLS_GREYLIST_H
+
 int greylist_initialize(const char *directory, const char *prefix);
 
 bool try_greylist(const char *sender, const char *c_addr,
                   const char *c_name, const char *rcpt);
+
+#endif