]> arthur.barton.de Git - netatalk.git/blobdiff - bin/ad/ad.h
ad cp -R now works with all sources
[netatalk.git] / bin / ad / ad.h
index cb574d600ecd25f4067d88e0019ebe15e2bf66d9..4cc7c43cd9878e357a80d1078cb13f33078f9ec2 100644 (file)
@@ -57,7 +57,7 @@ extern int ad_cp(int argc, char **argv);
 extern int openvol(const char *path, afpvol_t *vol);
 extern void closevol(afpvol_t *vol);
 extern cnid_t cnid_for_path(const struct volinfo *vi, const struct vol *vol, const char *path);
-extern char *utompath(const struct volinfo *volinfo, char *upath);
+extern char *utompath(const struct volinfo *volinfo, const char *upath);
 
 struct FTWELEM {
     const struct FTW  *ftw;