]> arthur.barton.de Git - netatalk.git/commitdiff
merge from branch 2-1
authorFrank Lahm <franklahm@googlemail.com>
Tue, 14 Sep 2010 15:41:06 +0000 (17:41 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Tue, 14 Sep 2010 15:41:06 +0000 (17:41 +0200)
include/atalk/adouble.h

index b47464ef55106142e3443e29b21ee1b7a08c87f7..1769c7b9612bb1a634ef4408718d64212f796c25 100644 (file)
@@ -549,7 +549,7 @@ extern void *ad_mmapwrite (struct adouble *, const u_int32_t,
 #define ad_munmap(buf, len)  (munmap((buf), (len)))
 
 /* ad_date.c */
-extern int ad_setdate (const struct adouble *, unsigned int, u_int32_t);
+extern int ad_setdate (struct adouble *, unsigned int, u_int32_t);
 extern int ad_getdate (const struct adouble *, unsigned int, u_int32_t *);
 
 /* ad_attr.c */