summaryrefslogtreecommitdiff
path: root/source3/lib/doscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/doscalls.c')
-rw-r--r--source3/lib/doscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/doscalls.c b/source3/lib/doscalls.c
index e6f9d19879..1d459898b5 100644
--- a/source3/lib/doscalls.c
+++ b/source3/lib/doscalls.c
@@ -158,7 +158,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;