Changeset 640ffe6 in mainline for uspace/app/sbi/src/rdata.h


Ignore:
Timestamp:
2010-05-08T08:15:57Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4039c77
Parents:
1317380 (diff), 051bc69a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from lp:~jsvoboda/helenos/sysel. New: cspan printing, boolean ops, enums, constructors etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/rdata.h

    r1317380 r640ffe6  
    4343rdata_ref_t *rdata_ref_new(void);
    4444rdata_deleg_t *rdata_deleg_new(void);
     45rdata_enum_t *rdata_enum_new(void);
    4546rdata_array_t *rdata_array_new(int rank);
    4647rdata_object_t *rdata_object_new(void);
     
    5051rdata_string_t *rdata_string_new(void);
    5152rdata_resource_t *rdata_resource_new(void);
     53rdata_symbol_t *rdata_symbol_new(void);
    5254
    5355void rdata_array_alloc_element(rdata_array_t *array);
Note: See TracChangeset for help on using the changeset viewer.