diff options
author | Simo Sorce <ssorce@redhat.com> | 2010-05-07 09:26:41 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-09 23:33:40 +0200 |
commit | 3c1e9a8c3367733724b7e89e930f9ac0b3348fff (patch) | |
tree | 6eb5c4e78059a6ae91bbad2dfa33fcbbfc1bd256 /source3/include | |
parent | 1cdc46a90afed2b6f0e85427850f62b3b7ef1bc3 (diff) | |
download | samba-3c1e9a8c3367733724b7e89e930f9ac0b3348fff.tar.gz samba-3c1e9a8c3367733724b7e89e930f9ac0b3348fff.tar.bz2 samba-3c1e9a8c3367733724b7e89e930f9ac0b3348fff.zip |
s3-spoolss: Make spoolss_Time_to_time_t public.
Signed-off-by: Günther Deschner <gd@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 10c3d14fcb..9199703c0e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5612,6 +5612,7 @@ WERROR rpccli_spoolss_enumprinterdataex(struct rpc_pipe_client *cli, bool init_systemtime(struct spoolss_Time *r, struct tm *unixtime); +time_t spoolss_Time_to_time_t(const struct spoolss_Time *r); WERROR pull_spoolss_PrinterData(TALLOC_CTX *mem_ctx, const DATA_BLOB *blob, union spoolss_PrinterData *data, |