Ignore:
Timestamp:
May 13, 2014, 11:39:04 AM (11 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update trunk to 3.6.23

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/include/nt_printing.h

    r751 r862  
    133133                        int access_type);
    134134
     135WERROR 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
    135140WERROR nt_printer_publish(TALLOC_CTX *mem_ctx,
    136141                          const struct auth_serversupplied_info *server_info,
     
    142147                          const struct auth_serversupplied_info *server_info,
    143148                          struct messaging_context *msg_ctx,
    144                           const char *servername, char *printer, struct GUID *guid,
     149                          const char *servername,
     150                          const char *printer,
    145151                          struct spoolss_PrinterInfo2 **info2);
    146152
Note: See TracChangeset for help on using the changeset viewer.