You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
235 B

  1. --- a/src/dav_coda.c
  2. +++ b/src/dav_coda.c
  3. @@ -97,7 +97,7 @@ static unsigned int blocksize;
  4. static size_t alignment;
  5. /* Send debug messages to syslog if != 0. */
  6. -int debug;
  7. +extern int debug;
  8. /* Private function prototypes */