about summary refs log tree commit diff
path: root/src/libutil/util.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2006-08-29T15·29+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2006-08-29T15·29+0000
commit2132d9ddeba14ea2ddcbb16fa51ddb16c45c3c6a (patch)
treed77c3bd42f0a13c9fc78e58e6558c5deab8d99d2 /src/libutil/util.hh
parent1f6616dabff48028b2b08fc50889707928201ea6 (diff)
* Fix the ~ operator.
Diffstat (limited to 'src/libutil/util.hh')
-rw-r--r--src/libutil/util.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libutil/util.hh b/src/libutil/util.hh
index 22e614d958..125ba2695c 100644
--- a/src/libutil/util.hh
+++ b/src/libutil/util.hh
@@ -178,6 +178,8 @@ void printMsg_(Verbosity level, const format & f);
 
 #define debug(f) printMsg(lvlDebug, f)
 
+void warnOnce(bool & haveWarned, const format & f);
+
 
 /* Wrappers arount read()/write() that read/write exactly the
    requested number of bytes. */