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

GitHub noreply at github.com
Sat Aug 23 06:53:33 CEST 2014


  Branch: refs/heads/heimdal-1-6-branch
  Home:   https://github.com/heimdal/heimdal
  Commit: e8167a58d5644d2127ba466cb78a42c8628b05ad
      https://github.com/heimdal/heimdal/commit/e8167a58d5644d2127ba466cb78a42c8628b05ad
  Author: Ken Dreyer <ktdreyer at ktdreyer.com>
  Date:   2014-05-29 (Thu, 29 May 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.

(cherry picked from commit 10519ce50d3aaa8e40bb9e1e0dee5da847648f42)


  Commit: 8bf9c05ff05be2fe2db0252330fdf93eb69e8962
      https://github.com/heimdal/heimdal/commit/8bf9c05ff05be2fe2db0252330fdf93eb69e8962
  Author: Love Hörnquist Åstrand <lha at h5l.org>
  Date:   2014-08-22 (Fri, 22 Aug 2014)

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

  Log Message:
  -----------
  Merge pull request #90 from ktdreyer/ldap-declaration-1-6-branch

1.6 cherry-pick: remove hdb ldap create declarations


Compare: https://github.com/heimdal/heimdal/compare/9ec83d84804b...8bf9c05ff05b


More information about the Heimdal-source-changes mailing list