about summary refs log tree commit diff
path: root/src/values.hh
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-07-06T14·20+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-07-06T14·20+0000
commit82e3d8fafe0ac08589349094e3ea11022d995959 (patch)
treed085bac2628f3ead46397e8d94c264991ca45232 /src/values.hh
parentf826e432aa442e569faaf3cb04d83bfa28bcf260 (diff)
* Got Fix working again.
Diffstat (limited to 'src/values.hh')
-rw-r--r--src/values.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/values.hh b/src/values.hh
index 79ef48671f6c..b96fa30ba8e9 100644
--- a/src/values.hh
+++ b/src/values.hh
@@ -8,7 +8,7 @@
 using namespace std;
 
 
-void copyFile(string src, string dst);
+void copyPath(string src, string dst);
 
 /* Copy a file to the nixStore directory and register it in dbRefs.
    Return the hash code of the value. */