hdb: need prototypes for hdb_ldap[i]_create
Commit 4b6bd40106
made hdb_ldap_create and
hdb_ldapi_create static in the OPENLDAP_MODULE case. However, by
failing to leave a blank line between the static and the function
declaration the perl program that produces the hdb-protos.h file
skips the functions.
Add appropriate spacing.
Change-Id: I9ad24176fc31a0bce92b51f7adab141e8fa70fa3
This commit is contained in:
@@ -2027,6 +2027,7 @@ hdb_ldap_common(krb5_context context,
|
|||||||
#ifdef OPENLDAP_MODULE
|
#ifdef OPENLDAP_MODULE
|
||||||
static
|
static
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
hdb_ldap_create(krb5_context context, HDB ** db, const char *arg)
|
hdb_ldap_create(krb5_context context, HDB ** db, const char *arg)
|
||||||
{
|
{
|
||||||
@@ -2036,6 +2037,7 @@ hdb_ldap_create(krb5_context context, HDB ** db, const char *arg)
|
|||||||
#ifdef OPENLDAP_MODULE
|
#ifdef OPENLDAP_MODULE
|
||||||
static
|
static
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
krb5_error_code
|
krb5_error_code
|
||||||
hdb_ldapi_create(krb5_context context, HDB ** db, const char *arg)
|
hdb_ldapi_create(krb5_context context, HDB ** db, const char *arg)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user