From: Stephan Bosch Date: Sun, 25 Feb 2018 09:06:36 +0000 (+0100) Subject: lib-program-client: Reformat program-client.h. X-Git-Tag: 2.3.9~2110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad7b112e915034515c7124468b2326466271a95;p=thirdparty%2Fdovecot%2Fcore.git lib-program-client: Reformat program-client.h. --- 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);