s4-dns: added flags support for dlz_bind9
[metze/samba/wip.git] / source4 / dns_server / dlz_bind9.c
index 0260a79eea4602a191625bf2bdd5da023f98a472..0eb90b78c599392d534fd164f86831e4e3a8508d 100644 (file)
@@ -44,7 +44,7 @@ struct dlz_bind9_data {
 /*
   return the version of the API
  */
-_PUBLIC_ int dlz_version(void)
+_PUBLIC_ int dlz_version(unsigned int *flags)
 {
        return DLZ_DLOPEN_VERSION;
 }