summaryrefslogtreecommitdiffstats
path: root/source/lib/doscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/lib/doscalls.c')
-rw-r--r--source/lib/doscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/doscalls.c b/source/lib/doscalls.c
index 9cdb476d3d7..b213ed81cdb 100644
--- a/source/lib/doscalls.c
+++ b/source/lib/doscalls.c
@@ -143,7 +143,7 @@ int dos_utime(char *fname,struct utimbuf *times)
<warrenb@hpcvscdp.cv.hp.com>
**********************************************************/
-static int copy_reg(char *source, const char *dest)
+int copy_reg(char *source, const char *dest)
{
SMB_STRUCT_STAT source_stats;
int ifd;