build: use pkg-config for i18n
[exim.git] / src / src / transports / pipe.h
index e1011745856a377976d010649795bd7737dd5c51..569b675ad035d1f973df8dc511f503fa0fbe5c59 100644 (file)
@@ -2,8 +2,9 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
 *     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. */
 /* See the file NOTICE for conditions of use and distribution. */
+/* SPDX-License-Identifier: GPL-2.0-or-later */
 
 /* Private structure for the private options. */
 
 
 /* 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 */
 
 
 /* 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 BOOL pipe_transport_entry(transport_instance *, address_item *);
-extern void pipe_transport_init(transport_instance *);
 
 /* End of transports/pipe.h */
 
 /* End of transports/pipe.h */