~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/delta.h

Remove unsigned from rabin_hash to fit with PyString_AsString

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
 * RABIN_WINDOW wide (16 bytes).
150
150
 */
151
151
extern unsigned int
152
 
rabin_hash(const unsigned char *data);
 
152
rabin_hash(const char *data);
153
153
 
154
154
#endif