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:
dmose%mozilla.org 2000-05-09 23:41:32 +00:00
parent 34854d1272
commit 79013acd7d

View File

@ -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()