Skip to content
Snippets Groups Projects
Commit 028045a5 authored by rswindell's avatar rswindell
Browse files

Fix error: conflicting types for 'smb_hfield_replace'

parent 5b5e1995
No related branches found
No related tags found
No related merge requests found
......@@ -1247,7 +1247,7 @@ int SMBCALL smb_hfield_append_str(smbmsg_t* msg, ushort type, const char* str)
/****************************************************************************/
/* Replaces an header field value (in memory only) */
/****************************************************************************/
int SMBCALL smb_hfield_replace(smbmsg_t* msg, ushort type, size_t length, const void* data)
int SMBCALL smb_hfield_replace(smbmsg_t* msg, ushort type, size_t length, void* data)
{
int i;
void* p;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment