Re: [AOLSERVER] Exposing API's to other modules?

2002-01-03 Thread Scott Goodwin
Well, the cat's out of the bag already. Let's set a standard for exposed functions that sit within modules. Currently, in nsopenssl's case: NsOpenSSL* functions are externed but are not to be called from outside the module. Ns_OpenSSL* functions are external APIs that can be called from

Re: [AOLSERVER] Exposing API's to other modules?

2002-01-03 Thread Brett Schwarz
One of Ousterhout's greater contributions was the documentation of his team's programming standards. I apologize for ending this message without the link. But if they're not there already, maybe the AOLserver.com folks could link to them from their site. maybe this link?

Re: [AOLSERVER] unresolved external _h_errno?

2002-01-03 Thread Rob Mayoff
+-- On Jan 3, Ramin Naimi said: I'm trying to compile the source under SunOS (sparc) and I get the following error where in dns.c the _h_errno has been referenced and not resolved by link time. Does anyone know what I need to do to make the source compile under SunOS? I don't know