mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
30a9ddccff
This fixes some invalid typecasts. Guenther
17 lines
616 B
C
17 lines
616 B
C
|
|
/* The following definitions come from rpc_client/init_spoolss.c */
|
|
|
|
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,
|
|
enum winreg_Type type);
|
|
WERROR push_spoolss_PrinterData(TALLOC_CTX *mem_ctx, DATA_BLOB *blob,
|
|
enum winreg_Type type,
|
|
union spoolss_PrinterData *data);
|
|
void spoolss_printerinfo2_to_setprinterinfo2(const struct spoolss_PrinterInfo2 *i,
|
|
struct spoolss_SetPrinterInfo2 *s);
|
|
|