]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/util.h
OOPS, undo some commits in 'better layout for struct vol' only keep volume.h
[netatalk.git] / include / atalk / util.h
index 69a875565465257fef472d859fe91d432cdae75a..21bb3d7cc15ca93114b2c32d8b1d97e58290f348 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.h,v 1.14 2009-11-08 22:08:04 didg Exp $
+ * $Id: util.h,v 1.15 2009-11-08 22:12:40 didg Exp $
  */
 
 #ifndef _ATALK_UTIL_H
@@ -42,7 +42,7 @@ extern void fault_setup         (void (*fn)(void *));
 #define server_unlock(x)  (unlink(x))
 
 #ifndef HAVE_STRLCPY
-__attribute__ ((visibility("default"))) size_t strlcpy (char *, const char *, size_t);
+size_t strlcpy (char *, const char *, size_t);
 #endif
  
 #ifndef HAVE_STRLCAT