]> cygwin.com Git - cygwin-apps/setup.git/blobdiff - log.h
2003-07-08 Max Bowsher <maxb@ukf.net>
[cygwin-apps/setup.git] / log.h
diff --git a/log.h b/log.h
index 365ed72853c78969d41063726529891af6541426..9404746b4f3bd50a1f1c0bb51294d895bef2d365 100644 (file)
--- a/log.h
+++ b/log.h
@@ -13,6 +13,9 @@
  *
  */
 
+#ifndef SETUP_LOG_H
+#define SETUP_LOG_H
+
 /* This is for "printf"-like logging.  Messages are stored in memory
    until they're written out.  "babble" means the message is just idle
    babbling; it can be ignored for shorter logs. */
@@ -23,3 +26,5 @@
 void log (enum log_level level, const char *fmt, ...)
   __attribute__ ((format (printf, 2, 3)));
 void log (enum log_level level, String const &);
+
+#endif /* SETUP_LOG_H */
This page took 0.020529 seconds and 5 git commands to generate.