1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: include: printing: align function parameters

Signed-off-by: Marco Wang <m.aesophor@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Mon Oct 21 16:01:56 UTC 2019 on sn-devel-184
This commit is contained in:
Marco Wang 2019-08-28 17:29:31 +08:00 committed by Andreas Schneider
parent 31563f5759
commit 1722e5fb1c

View File

@ -258,8 +258,8 @@ void close_all_print_db(void);
TDB_DATA get_printer_notify_pid_list(struct tdb_context *tdb, const char *printer_name, bool cleanlist);
void print_queue_receive(struct messaging_context *msg,
void *private_data,
uint32_t msg_type,
struct server_id server_id,
DATA_BLOB *data);
void *private_data,
uint32_t msg_type,
struct server_id server_id,
DATA_BLOB *data);
#endif /* PRINTING_H_ */