Install public header files again and include required prototypes.
[sfrench/samba-autobuild/.git] / source4 / libcli / ldap / ldap_msg.c
index 12832b8ec431b01d9c9f6e4fa34fefd1ae981ed6..c712e1e65480380a560d84f1ad5a86a56d6d414e 100644 (file)
@@ -26,7 +26,7 @@
 #include "libcli/ldap/ldap_client.h"
 
 
-struct ldap_message *new_ldap_message(TALLOC_CTX *mem_ctx)
+_PUBLIC_ struct ldap_message *new_ldap_message(TALLOC_CTX *mem_ctx)
 {
        return talloc_zero(mem_ctx, struct ldap_message);
 }