~ubuntu-branches/debian/sid/git/sid

« back to all changes in this revision

Viewing changes to xdiff/xutils.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Nieder
  • Date: 2013-06-12 07:50:53 UTC
  • mfrom: (1.2.19) (2.1.31 experimental)
  • Revision ID: package-import@ubuntu.com-20130612075053-uue9xe0dq0rvm44y
Tags: 1:1.8.3.1-1
* merge branch debian-experimental
* new upstream point release (see RelNotes/1.8.3.1.txt).
* debian/watch: use xz-compressed tarballs from kernel.org.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
int xdl_cha_init(chastore_t *cha, long isize, long icount);
32
32
void xdl_cha_free(chastore_t *cha);
33
33
void *xdl_cha_alloc(chastore_t *cha);
34
 
void *xdl_cha_first(chastore_t *cha);
35
 
void *xdl_cha_next(chastore_t *cha);
36
34
long xdl_guess_lines(mmfile_t *mf, long sample);
37
35
int xdl_recmatch(const char *l1, long s1, const char *l2, long s2, long flags);
38
36
unsigned long xdl_hash_record(char const **data, char const *top, long flags);
39
37
unsigned int xdl_hashbits(unsigned int size);
40
38
int xdl_num_out(char *out, long val);
41
 
long xdl_atol(char const *str, char const **next);
42
39
int xdl_emit_hunk_hdr(long s1, long c1, long s2, long c2,
43
40
                      const char *func, long funclen, xdemitcb_t *ecb);
44
41
int xdl_fall_back_diff(xdfenv_t *diff_env, xpparam_t const *xpp,