From c18913a2c216d9dd092f4efb3dfbad376fc29bb6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 7 May 2010 05:03:32 -0400 Subject: s3-smbd: Convert reply_printqueue to use spoolss. Signed-off-by: Jim McDonough --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 29c3223e54..80adacdb27 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5451,6 +5451,7 @@ void reply_transs(struct smb_request *req); /* The following definitions come from smbd/lanman.c */ +time_t spoolss_Time_to_time_t(const struct spoolss_Time *r); void api_reply(connection_struct *conn, uint16 vuid, struct smb_request *req, char *data, char *params, -- cgit