Changeset 862 for trunk/server/source3/include/nt_printing.h
- Timestamp:
- May 13, 2014, 11:39:04 AM (11 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 860
- Property svn:mergeinfo changed
-
trunk/server/source3/include/nt_printing.h
r751 r862 133 133 int access_type); 134 134 135 WERROR nt_printer_guid_get(TALLOC_CTX *mem_ctx, 136 const struct auth_serversupplied_info *server_info, 137 struct messaging_context *msg_ctx, 138 const char *printer, struct GUID *guid); 139 135 140 WERROR nt_printer_publish(TALLOC_CTX *mem_ctx, 136 141 const struct auth_serversupplied_info *server_info, … … 142 147 const struct auth_serversupplied_info *server_info, 143 148 struct messaging_context *msg_ctx, 144 const char *servername, char *printer, struct GUID *guid, 149 const char *servername, 150 const char *printer, 145 151 struct spoolss_PrinterInfo2 **info2); 146 152
Note:
See TracChangeset
for help on using the changeset viewer.