summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/strutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-06-29 18:23:07 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2009-06-29 18:23:07 +0200
commitfa3b09450ed3da175f619ca77d9dceb9a6f81972 (patch)
tree606631d6259b0a74d9f0cd12cd6c59dc4cc88cfe /apt-pkg/contrib/strutl.h
parent2d403b92011c6e4a317a48284e7c68952ce5ddcd (diff)
merge r1797 from lp:~donkult/apt/experimental
Diffstat (limited to 'apt-pkg/contrib/strutl.h')
-rw-r--r--apt-pkg/contrib/strutl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/strutl.h b/apt-pkg/contrib/strutl.h
index 53146ced7..2450bd421 100644
--- a/apt-pkg/contrib/strutl.h
+++ b/apt-pkg/contrib/strutl.h
@@ -48,6 +48,7 @@ string DeQuoteString(const string &Str);
string SizeToStr(double Bytes);
string TimeToStr(unsigned long Sec);
string Base64Encode(const string &Str);
+string OutputInDepth(const unsigned long Depth, const char* Separator=" ");
string URItoFileName(const string &URI);
string TimeRFC1123(time_t Date);
bool StrToTime(const string &Val,time_t &Result);