Changeset 537d9b9 for protocols/bee_ft.c
- Timestamp:
- 2016-11-20T08:40:36Z (8 years ago)
- Children:
- 3f44e43
- Parents:
- ba52ac5 (diff), 9f03c47 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/bee_ft.c
rba52ac5 r537d9b9 31 31 bee_user_t *bu = bee_user_by_handle(bee, ic, handle); 32 32 33 if (bee->ui->ft_in_start ) {33 if (bee->ui->ft_in_start && bu) { 34 34 return bee->ui->ft_in_start(bee, bu, file_name, file_size); 35 35 } else {
Note: See TracChangeset
for help on using the changeset viewer.