Changeset 6be4142 in mainline for uspace/app/bithenge/transform.h
- Timestamp:
- 2012-08-12T04:53:47Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1b6b76d
- Parents:
- 0153c87
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bithenge/transform.h
r0153c87 r6be4142 54 54 unsigned int refs; 55 55 struct bithenge_scope *outer; 56 char *error; 56 57 bool barrier; 57 58 int num_params; … … 152 153 void bithenge_scope_dec_ref(bithenge_scope_t *); 153 154 bithenge_scope_t *bithenge_scope_outer(bithenge_scope_t *); 155 const char *bithenge_scope_get_error(bithenge_scope_t *); 156 int bithenge_scope_error(bithenge_scope_t *, const char *, ...); 154 157 bithenge_node_t *bithenge_scope_get_current_node(bithenge_scope_t *); 155 158 void bithenge_scope_set_current_node(bithenge_scope_t *, bithenge_node_t *);
Note:
See TracChangeset
for help on using the changeset viewer.