X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/57233af5f91cdca9a0232a71fab2d12a538cb1a6..HEAD:/src/src/transports/pipe.h diff --git a/src/src/transports/pipe.h b/src/src/transports/pipe.h index e10117458..569b675ad 100644 --- a/src/src/transports/pipe.h +++ b/src/src/transports/pipe.h @@ -2,8 +2,9 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2009 */ +/* Copyright (c) University of Cambridge 1995 - 2014 */ /* See the file NOTICE for conditions of use and distribution. */ +/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Private structure for the private options. */ @@ -45,7 +46,7 @@ extern pipe_transport_options_block pipe_transport_option_defaults; /* The main and init entry points for the transport */ +extern void pipe_transport_init(driver_instance *); extern BOOL pipe_transport_entry(transport_instance *, address_item *); -extern void pipe_transport_init(transport_instance *); /* End of transports/pipe.h */