Start work on tests for Cumulus.
[cumulus.git] / util.h
diff --git a/util.h b/util.h
index c6ab6c4..c6c6f9e 100644 (file)
--- a/util.h
+++ b/util.h
@@ -1,7 +1,6 @@
-/* Cumulus: Smart Filesystem Backup to Dumb Servers
- *
- * Copyright (C) 2007  The Regents of the University of California
- * Written by Michael Vrable <mvrable@cs.ucsd.edu>
+/* Cumulus: Efficient Filesystem Backup to the Cloud
+ * Copyright (C) 2007 The Cumulus Developers
+ * See the AUTHORS file for a list of contributors.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -33,5 +32,8 @@ std::string uri_decode(const std::string &in);
 std::string encode_int(long long n, int base=10);
 
 long long parse_int(const std::string &s);
+void cloexec(int fd);
+
+void fatal(std::string msg) __attribute__((noreturn));
 
 #endif // _LBS_TARSTORE_H