Move prototype outside of #ifdef DEBUG so that non-DEBUG builds don't die.
git-svn-id: svn://10.0.0.236/trunk@68924 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
34854d1272
commit
79013acd7d
@ -43,11 +43,10 @@ static NS_DEFINE_CID(kLDAPServiceCID, NS_LDAPSERVICE_CID);
|
||||
|
||||
#ifdef DEBUG
|
||||
#include "nspr.h"
|
||||
#endif
|
||||
|
||||
void lds(class nsLDAPChannel *chan, const char *);
|
||||
|
||||
#endif
|
||||
|
||||
NS_IMPL_ISUPPORTS2(nsLDAPChannel, nsIChannel, nsIRequest);
|
||||
|
||||
nsLDAPChannel::nsLDAPChannel()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user