fix to domain_namemap (domain, ntname wrong way round oops)
[samba.git] / source3 / lib / doscalls.c
index 9cdb476d3d78211e51fdd506b1580eab3a3cd340..b213ed81cdb19f07f31069c6c53693c6d97099f1 100644 (file)
@@ -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;