]> arthur.barton.de Git - netatalk.git/blobdiff - include/atalk/util.h
better layout for struct vol
[netatalk.git] / include / atalk / util.h
index 670a7439dfc179bd045663b95b77929d3e1950b8..69a875565465257fef472d859fe91d432cdae75a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: util.h,v 1.13 2009-11-05 14:38:08 franklahm Exp $
+ * $Id: util.h,v 1.14 2009-11-08 22:08:04 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
-size_t strlcpy (char *, const char *, size_t);
+__attribute__ ((visibility("default"))) size_t strlcpy (char *, const char *, size_t);
 #endif
  
 #ifndef HAVE_STRLCAT