mirror of
https://github.com/samba-team/samba.git
synced 2025-08-26 01:49:31 +03:00
s3:printing Make print_queue_receive public
Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
committed by
Günther Deschner
parent
bd9b2727ef
commit
1d33474dad
@ -251,4 +251,9 @@ void release_print_db( struct tdb_print_db *pdb);
|
||||
void close_all_print_db(void);
|
||||
TDB_DATA get_printer_notify_pid_list(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);
|
||||
#endif /* PRINTING_H_ */
|
||||
|
@ -1560,7 +1560,7 @@ static void print_queue_update_with_lock( struct tevent_context *ev,
|
||||
/****************************************************************************
|
||||
this is the receive function of the background lpq updater
|
||||
****************************************************************************/
|
||||
static void print_queue_receive(struct messaging_context *msg,
|
||||
void print_queue_receive(struct messaging_context *msg,
|
||||
void *private_data,
|
||||
uint32_t msg_type,
|
||||
struct server_id server_id,
|
||||
|
Reference in New Issue
Block a user