Changeset 3a7356dc in mainline for uspace/lib/bithenge/expression.h
- Timestamp:
- 2012-08-18T03:58:10Z (11 years ago)
- Branches:
- lfn, master, serial
- Children:
- 1f9c9a4
- Parents:
- 681a985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/bithenge/expression.h
r681a985 r3a7356dc 38 38 #define BITHENGE_EXPRESSION_H_ 39 39 40 #include "blob.h" 40 41 #include "transform.h" 41 42 #include "tree.h" … … 135 136 bithenge_expression_t *); 136 137 138 int bithenge_concat_blob(bithenge_node_t **, bithenge_blob_t *, 139 bithenge_blob_t *); 140 int bithenge_concat_blob_lazy(bithenge_node_t **, bithenge_blob_t *, 141 bithenge_expression_t *, bithenge_scope_t *); 142 137 143 #endif 138 144
Note: See TracChangeset
for help on using the changeset viewer.