|
|
@@ -45,8 +45,8 @@ 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 RFC1123StrToTime(const char* const str,time_t &time) __attrib_const;
|
|
|
-bool FTPMDTMStrToTime(const char* const str,time_t &time) __attrib_const;
|
|
|
+bool RFC1123StrToTime(const char* const str,time_t &time) __must_check;
|
|
|
+bool FTPMDTMStrToTime(const char* const str,time_t &time) __must_check;
|
|
|
__deprecated bool StrToTime(const string &Val,time_t &Result);
|
|
|
string LookupTag(const string &Message,const char *Tag,const char *Default = 0);
|
|
|
int StringToBool(const string &Text,int Default = -1);
|