<html><head><style>pre,code,address {
  margin: 0px;
}
h1,h2,h3,h4,h5,h6 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
ol,ul {
  margin-top: 0em;
  margin-bottom: 0em;
}
blockquote {
  margin-top: 0em;
  margin-bottom: 0em;
}
</style></head><body><div><br></div><div>Latest git head,  src/gnupg/dirmngr/ks-action.c  references:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>ks_ldap_del()</div><div><br></div><div>defined in ks_action_engine.c. </div><div><br></div><div>It looks like this should probably be declared in dirmngr/ks-engine.h.  Something like:</div><div><br></div><div>gpg_error_t ks_ldap_del (ctrl_t ctrl, parsed_uri_t uri, strlist_t keyspec);</div><div>   </div><div>Otherwise I get build error :</div><div><br></div><div>ks-action.c:570:17: error: implicit declaration of function â€˜ks_ldap_del’; did you mean â€˜ks_ldap_get’? [-Wimplicit-function-declaration]</div><div>  570 |           err = ks_ldap_del (ctrl, uri->parsed_uri, patterns);</div><div><br></div><div> </div><div><span><pre>-- <br></pre><div><span style="background-color: inherit;">Gene</span></div><div><br></div></span></div></body></html>