Changeset a8be91a in mainline for uspace/app/bithenge/transform.h


Ignore:
Timestamp:
2012-08-07T04:32:03Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c12b2ae
Parents:
0191bd3
Message:

Bithenge: bithenge_scope_copy can be deleted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/transform.h

    r0191bd3 ra8be91a  
    151151int bithenge_scope_new(bithenge_scope_t **, bithenge_scope_t *);
    152152void bithenge_scope_dec_ref(bithenge_scope_t *);
    153 int bithenge_scope_copy(bithenge_scope_t *, bithenge_scope_t *);
    154153void bithenge_scope_set_current_node(bithenge_scope_t *, bithenge_node_t *);
    155154bithenge_node_t *bithenge_scope_get_current_node(bithenge_scope_t *);
Note: See TracChangeset for help on using the changeset viewer.