From aad7b112e915034515c7124468b2326466271a95 Mon Sep 17 00:00:00 2001 From: Stephan Bosch Date: Sun, 25 Feb 2018 10:06:36 +0100 Subject: [PATCH] lib-program-client: Reformat program-client.h. --- src/lib-program-client/program-client.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/lib-program-client/program-client.h b/src/lib-program-client/program-client.h index 0d4275df21..53b28c1ce6 100644 --- a/src/lib-program-client/program-client.h +++ b/src/lib-program-client/program-client.h @@ -1,6 +1,3 @@ -/* Copyright (c) 2002-2018 Dovecot authors, see the included COPYING file - */ - #ifndef PROGRAM_CLIENT_H #define PROGRAM_CLIENT_H @@ -39,8 +36,8 @@ struct program_client *program_client_local_create(const char *bin_path, struct program_client *program_client_unix_create(const char *socket_path, const char *const *args, const struct program_client_settings *set, bool noreply); -struct program_client *program_client_net_create(const char *host, in_port_t port, - const char *const *args, +struct program_client *program_client_net_create(const char *host, + in_port_t port, const char *const *args, const struct program_client_settings *set, bool noreply); struct program_client * program_client_net_create_ips(const struct ip_addr *ips, size_t ips_count, @@ -61,7 +58,8 @@ void program_client_set_output(struct program_client *pclient, void program_client_set_output_seekable(struct program_client *pclient, const char *temp_prefix); -struct istream *program_client_get_output_seekable(struct program_client *pclient); +struct istream * +program_client_get_output_seekable(struct program_client *pclient); void program_client_switch_ioloop(struct program_client *pclient); -- 2.47.3