ds: datetime: update to_string() to use new b_stream interface
This commit is contained in:
@@ -25,7 +25,7 @@ B_TYPE_DEFAULT_CONSTRUCTOR(b_datetime, B_TYPE_DATETIME);
|
||||
BLUE_API b_datetime *b_datetime_parse(b_datetime_format format, const char *s);
|
||||
BLUE_API void b_datetime_to_string(
|
||||
const b_datetime *dt, b_datetime_format format,
|
||||
B_TYPE_FWDREF(b_string) * dest);
|
||||
B_TYPE_FWDREF(b_stream) * dest);
|
||||
|
||||
BLUE_API bool b_datetime_is_localtime(const b_datetime *dt);
|
||||
BLUE_API bool b_datetime_has_date(const b_datetime *dt);
|
||||
|
||||
Reference in New Issue
Block a user