From 6d2d8f54446627dbdc15edbdb60d65a7263012b5 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jun 2012 18:15:25 +0200 Subject: s3:printing: make struct print_file_data private to printspoolss.c metze --- source3/include/smb.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index 88544b3c41..fc44219ed7 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -189,15 +189,6 @@ struct notify_change_buf { struct notify_change_request *requests; }; -struct print_file_data { - char *svcname; - char *docname; - char *filename; - struct policy_handle handle; - uint32_t jobid; - uint16 rap_jobid; -}; - typedef struct files_struct { struct files_struct *next, *prev; int fnum; -- cgit