~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to include/ldap.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-03-06 17:34:21 UTC
  • mto: (0.3.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20090306173421-n2o3ca73v9tmrdiy
Tags: upstream-2.4.15
ImportĀ upstreamĀ versionĀ 2.4.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $OpenLDAP: pkg/ldap/include/ldap.h,v 1.312.2.18 2009/01/26 23:29:53 quanah Exp $ */
 
1
/* $OpenLDAP: pkg/ldap/include/ldap.h,v 1.312.2.19 2009/02/17 19:14:41 quanah Exp $ */
2
2
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
3
3
 * 
4
4
 * Copyright 1998-2009 The OpenLDAP Foundation.
1346
1346
 
1347
1347
 
1348
1348
/*
 
1349
 * gssapi.c:
 
1350
 */
 
1351
LDAP_F( int )
 
1352
ldap_gssapi_bind LDAP_P((
 
1353
        LDAP *ld,
 
1354
        LDAP_CONST char *dn,
 
1355
        LDAP_CONST char *creds ));
 
1356
 
 
1357
LDAP_F( int )
 
1358
ldap_gssapi_bind_s LDAP_P((
 
1359
        LDAP *ld,
 
1360
        LDAP_CONST char *dn,
 
1361
        LDAP_CONST char *creds ));
 
1362
 
 
1363
 
 
1364
/*
1349
1365
 * in modify.c:
1350
1366
 */
1351
1367
LDAP_F( int )