~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.h

Add unsigned to max_bytes_to_index param to fit with similar variables

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
create_delta_index(const struct source_info *src,
52
52
                   struct delta_index *old,
53
53
                   struct delta_index **fresh,
54
 
                   int max_bytes_to_index);
 
54
                   unsigned int max_bytes_to_index);
55
55
 
56
56
 
57
57
/*