r23996: One more const
authorVolker Lendecke <vlendec@samba.org>
Mon, 23 Jul 2007 08:20:44 +0000 (08:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:28:53 +0000 (12:28 -0500)
source/smbd/files.c

index 02e4cd96634d54112536cbbecb2a253a5926aaca..07dec80a47af02630e566fc239c0df2e9711b2fa 100644 (file)
@@ -487,7 +487,7 @@ files_struct *file_fnum(uint16 fnum)
  Get an fsp from a packet given the offset of a 16 bit fnum.
 ****************************************************************************/
 
-files_struct *file_fsp(char *buf, int where)
+files_struct *file_fsp(const char *buf, int where)
 {
        files_struct *fsp;