~jameinel/+junk/xdelta3-pyrex

« back to all changes in this revision

Viewing changes to linkxd3lib.c

  • Committer: josh.macdonald
  • Date: 2008-09-13 11:23:29 UTC
  • Revision ID: svn-v4:a3eca27d-f21b-0410-9b4a-6511e771f64e:trunk/xdelta3:275
Fix examples build, all-targets build, run tests, set version=3.0u.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  
30
30
  use (xd3_decode_stream (& stream, NULL, 0, NULL, NULL, 0));
31
31
  use (xd3_decode_input (&stream));
32
 
  use (xd3_decoder_needs_source (& stream));
33
32
  use (xd3_get_appheader (& stream, NULL, NULL));
34
33
  
35
34
  use ((int) xd3_errstring (& stream));