1
0
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:
Simo Sorce
2010-05-20 08:49:50 -04:00
committed by Günther Deschner
parent bd9b2727ef
commit 1d33474dad
2 changed files with 6 additions and 1 deletions

View File

@ -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_ */

View File

@ -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,