Remove code using old segment writer.
[cumulus.git] / format.h
index 6e6784b..9f6055a 100644 (file)
--- a/format.h
+++ b/format.h
@@ -8,8 +8,12 @@
 #ifndef _LBS_FORMAT_H
 #define _LBS_FORMAT_H
 
+#include <iostream>
+#include <map>
 #include <string>
 
 std::string uri_encode(const std::string &in);
+std::string encode_int(long long n);
+void dict_output(std::ostream &o, std::map<std::string, std::string> dict);
 
 #endif // _LBS_TARSTORE_H