meta: rename legacy object module to 'ds'
This commit is contained in:
@@ -10,10 +10,10 @@ struct b_serial_ctx {
|
||||
|
||||
struct b_serial_format_ops {
|
||||
enum b_status (*fmt_serialise)(
|
||||
struct b_serial_ctx *, struct b_object *, struct b_stream *,
|
||||
struct b_serial_ctx *, struct b_dsref *, struct b_stream *,
|
||||
enum b_serial_flags);
|
||||
enum b_status (*fmt_deserialise)(
|
||||
struct b_serial_ctx *, struct b_stream *, struct b_object **,
|
||||
struct b_serial_ctx *, struct b_stream *, struct b_dsref **,
|
||||
enum b_serial_flags);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user