From: Frank Lahm Date: Sat, 2 Jun 2012 14:53:59 +0000 (+0200) Subject: Merge branch 'develop' of netafp.com:git/netatalk into develop X-Git-Url: https://arthur.barton.de/gitweb/?a=commitdiff_plain;h=86452598be0482436cf6ff39b6690566c33eb79d;hp=fc7cdce3a4669db46bc3715bc72c4e06dbe1fc12;p=netatalk.git Merge branch 'develop' of netafp.com:git/netatalk into develop --- diff --git a/include/atalk/adouble.h b/include/atalk/adouble.h index 44409ee2..a551d162 100644 --- a/include/atalk/adouble.h +++ b/include/atalk/adouble.h @@ -435,7 +435,7 @@ extern int ad_setdate(struct adouble *, unsigned int, uint32_t); extern int ad_getdate(const struct adouble *, unsigned int, uint32_t *); /* ad_attr.c */ -extern int ad_setattr(const struct adouble *, uint16_t); +extern int ad_setattr(const struct adouble *, const uint16_t); extern int ad_getattr(const struct adouble *, uint16_t *); extern int ad_setname(struct adouble *, const char *); extern int ad_setid(struct adouble *, dev_t dev, ino_t ino, uint32_t, uint32_t, const void *);