~asommer/openldap/apport-hook

« back to all changes in this revision

Viewing changes to doc/man/man3/ldap_get_dn.3

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2010-02-18 00:58:13 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100218005813-8230cn0y207m8wzy
Tags: 2.4.21-0ubuntu1
* New upstream release.
* debian/rules, debian/schema/extra/: 
  Fix get-orig-source rule to supports extra schemas shipped as part of the
  debian/schema/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.TH LDAP_GET_DN 3 "RELEASEDATE" "OpenLDAP LDVERSION"
2
 
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_get_dn.3,v 1.28.2.6 2009/06/03 01:41:54 quanah Exp $
 
2
.\" $OpenLDAP: pkg/ldap/doc/man/man3/ldap_get_dn.3,v 1.28.2.7 2009/10/30 17:57:32 quanah Exp $
3
3
.\" Copyright 1998-2009 The OpenLDAP Foundation All Rights Reserved.
4
4
.\" Copying restrictions apply.  See COPYRIGHT/LICENSE.
5
5
.SH NAME
15
15
char *ldap_get_dn( LDAP *ld, LDAPMessage *entry )
16
16
.LP
17
17
.ft B
18
 
int ldap_str2dn( const char *str, LDAPDN **dn, unsigned flags )
 
18
int ldap_str2dn( const char *str, LDAPDN *dn, unsigned flags )
19
19
.LP
20
20
.ft B
21
21
int ldap_dn2str( LDAPDN *dn, char **str, unsigned flags )
79
79
} LDAPAVA;
80
80
 
81
81
typedef LDAPAVA** LDAPRDN;
82
 
typedef LDAPRDN** LDAPDN;
 
82
typedef LDAPRDN* LDAPDN;
83
83
 
84
84
.ft
85
85
.fi