X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=format.h;h=9f6055a253e9c34de4440ff9adc6d0d982331180;hb=c26f44fe8cd3eeec0d9d849cb2e639d484de5887;hp=6e6784bb3e451a7d24c1861130953a0d122af7c3;hpb=c5e37e726177856fa06bcc2b4294fc63ae6fa1ef;p=cumulus.git diff --git a/format.h b/format.h index 6e6784b..9f6055a 100644 --- a/format.h +++ b/format.h @@ -8,8 +8,12 @@ #ifndef _LBS_FORMAT_H #define _LBS_FORMAT_H +#include +#include #include std::string uri_encode(const std::string &in); +std::string encode_int(long long n); +void dict_output(std::ostream &o, std::map dict); #endif // _LBS_TARSTORE_H