svn commit: r1924620 - /apr/apr/trunk/ldap/apr_ldap.c

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: minfrin
Date: Wed Mar 26 12:02:36 2025
New Revision: 1924620

URL: http://svn.apache.org/viewvc?rev=1924620&view=rev
Log:
apr_ldap: Remove second attempt to typedef apr_ldap_t.

Modified:
    apr/apr/trunk/ldap/apr_ldap.c

Modified: apr/apr/trunk/ldap/apr_ldap.c
URL: http://svn.apache.org/viewvc/apr/apr/trunk/ldap/apr_ldap.c?rev=1924620&r1=1924619&r2=1924620&view=diff
==============================================================================
--- apr/apr/trunk/ldap/apr_ldap.c (original)
+++ apr/apr/trunk/ldap/apr_ldap.c Wed Mar 26 12:02:36 2025
@@ -74,7 +74,7 @@
 #define TO_BV_LEN(a) (a)
 #endif
 
-typedef struct apr_ldap_t {
+struct apr_ldap_t {
     apr_pool_t *pool;
 #if !APR_HAS_OPENLDAP_LDAPSDK
     const char *uri;
@@ -88,7 +88,7 @@ typedef struct apr_ldap_t {
     LDAPControl **clientctrls;
     apu_err_t err;
     apr_status_t status;
-} apr_ldap_t;
+};
 
 
 typedef struct apr_ldap_prepare_t {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.