Changeset 590 for trunk/server/source3/include/proto.h
- Timestamp:
- Jul 1, 2011, 8:40:10 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/source3/include/proto.h
r480 r590 3192 3192 void sort_query_replies(char *data, int n, struct in_addr ip); 3193 3193 char *name_mangle(TALLOC_CTX *mem_ctx, char *In, char name_type); 3194 int name_extract( char *buf,int ofs, fstring name);3195 int name_len( char *s1);3194 int name_extract(unsigned char *buf,size_t buf_len, unsigned int ofs, fstring name); 3195 int name_len(unsigned char *s1, size_t buf_len); 3196 3196 3197 3197 /* The following definitions come from libsmb/nterr.c */ … … 5596 5596 enum winreg_Type type, 5597 5597 union spoolss_PrinterData *data); 5598 void spoolss_printerinfo2_to_setprinterinfo2(const struct spoolss_PrinterInfo2 *i, 5599 struct spoolss_SetPrinterInfo2 *s); 5598 5600 5599 5601 /* The following definitions come from rpc_client/init_lsa.c */ … … 6584 6586 /* The following definitions come from smbd/open.c */ 6585 6587 6586 NTSTATUS smb1_file_se_access_check(const struct security_descriptor *sd, 6588 NTSTATUS smb1_file_se_access_check(connection_struct *conn, 6589 const struct security_descriptor *sd, 6587 6590 const NT_USER_TOKEN *token, 6588 6591 uint32_t access_desired, … … 6857 6860 bool fsp_belongs_conn(connection_struct *conn, struct smb_request *req, 6858 6861 files_struct *fsp); 6859 void reply_special(char *inbuf );6862 void reply_special(char *inbuf, size_t inbuf_len); 6860 6863 void reply_tcon(struct smb_request *req); 6861 6864 void reply_tcon_and_X(struct smb_request *req);
Note:
See TracChangeset
for help on using the changeset viewer.