diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-07 05:03:32 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:14 -0400 |
commit | c18913a2c216d9dd092f4efb3dfbad376fc29bb6 (patch) | |
tree | 154a7d91aa9b1af293e41d65ecdedf1941f8996c /source3/include | |
parent | 3f68a39458dddf7cfc67ce78248f3f1bdad18ba6 (diff) | |
download | samba-c18913a2c216d9dd092f4efb3dfbad376fc29bb6.tar.gz samba-c18913a2c216d9dd092f4efb3dfbad376fc29bb6.tar.bz2 samba-c18913a2c216d9dd092f4efb3dfbad376fc29bb6.zip |
s3-smbd: Convert reply_printqueue to use spoolss.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |