summaryrefslogtreecommitdiff
path: root/sysutils/duplicity-devel/files/patch-librsyncmodule.c
blob: d8e0db197e1edad4733d6394efa4d13d51cac5ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** _librsyncmodule.c.orig	Sat Aug  9 17:26:51 2003
--- _librsyncmodule.c	Sat Aug  9 17:26:59 2003
***************
*** 13,19 ****
   * ----------------------------------------------------------------------- */
  
  #include <Python.h>
! #include <rsync.h>
  #define RS_JOB_BLOCKSIZE 65536
  
  static PyObject *librsyncError;
--- 13,19 ----
   * ----------------------------------------------------------------------- */
  
  #include <Python.h>
! #include <librsync.h>
  #define RS_JOB_BLOCKSIZE 65536
  
  static PyObject *librsyncError;