mirror of the now-defunct rocklinux.org
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
216 B

  1. --- ./xa_input.c~ 1999-03-21 23:36:25.000000000 +0100
  2. +++ ./xa_input.c 2005-10-21 05:36:17.000000000 +0200
  3. @@ -953,7 +953,7 @@
  4. }
  5. xaULONG xa_ftp_abort(xin)
  6. -XA_INPUT xin;
  7. +XA_INPUT *xin;
  8. {
  9. return(xaFALSE);
  10. }