[Heimdal-source-changes] [heimdal/heimdal] 10519c: remove hdb ldap create declarations

GitHub noreply at github.com
Tors Apr 24 17:49:02 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/heimdal/heimdal
  Commit: 10519ce50d3aaa8e40bb9e1e0dee5da847648f42
      https://github.com/heimdal/heimdal/commit/10519ce50d3aaa8e40bb9e1e0dee5da847648f42
  Author: Ken Dreyer <ktdreyer at ktdreyer.com>
  Date:   2014-03-27 (Thu, 27 Mar 2014)

  Changed paths:
    M lib/hdb/hdb-ldap.c

  Log Message:
  -----------
  remove hdb ldap create declarations

The hdb_ldap_create and hdb_ldapi_create prototypes use the "static"
keyword, but the functions themselves are not implemented as static.

Heimdal's buildsystem dynamically adds function declarations to
hdb-protos.h based on the actual function implementations. Those
declarations in hdb-protos.h are not declared as static.

Since the build system generates the declarations dynamically, just
remove them from hdb-ldap.c.


  Commit: 80a514219f944ad376cde78c3c094da120fe0c3b
      https://github.com/heimdal/heimdal/commit/80a514219f944ad376cde78c3c094da120fe0c3b
  Author: Love Hörnquist Åstrand <lha at h5l.org>
  Date:   2014-04-24 (Thu, 24 Apr 2014)

  Changed paths:
    M lib/hdb/hdb-ldap.c

  Log Message:
  -----------
  Merge pull request #80 from ktdreyer/ldap-declaration

build failure with Fedora regarding hdb_ldap_create and hdb_ldapi_create


Compare: https://github.com/heimdal/heimdal/compare/f55741f16dab...80a514219f94


More information about the Heimdal-source-changes mailing list