X-Git-Url: https://git.distorted.org.uk/~mdw/fwd/blobdiff_plain/b0805b27d5bd10b44106a3aa3dd9e99d58aeaaf7..c42fddf370ae87fed818416a21da6f025a033eb3:/file.c diff --git a/file.c b/file.c index 7c78645..5a97064 100644 --- a/file.c +++ b/file.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: file.c,v 1.5 2002/02/22 23:43:32 mdw Exp $ + * $Id: file.c,v 1.7 2004/04/08 01:36:25 mdw Exp $ * * File source and target * @@ -26,26 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: file.c,v $ - * Revision 1.5 2002/02/22 23:43:32 mdw - * Call @xfree@ rather than @free@. - * - * Revision 1.4 2001/02/03 20:30:03 mdw - * Support re-reading config files on SIGHUP. - * - * Revision 1.3 1999/12/22 15:43:47 mdw - * Fix log messages. - * - * Revision 1.2 1999/10/22 22:47:13 mdw - * New (empty) endpoint method required. - * - * Revision 1.1 1999/07/26 23:33:32 mdw - * New sources and targets. - * - */ - /*----- Header files ------------------------------------------------------*/ #include "config.h" @@ -615,7 +595,7 @@ static void ftarget_destroy(target *t) target_ops ftarget_ops = { "file", - ftarget_option, ftarget_read, ftarget_create, ftarget_destroy + ftarget_option, ftarget_read, 0, ftarget_create, ftarget_destroy }; /*----- That's all, folks -------------------------------------------------*/