Schwab,Wilhelm K <bsch...@...> writes: > > Nicolas, > > Fair enough, but it's the rest of the expression that bothers me - what does the second argument sequence do? > > Bill >
I'm not sure I understand the question, but i'll tell how I read this syntax: CRYPTO_get_locking_callback is a function taking four arguments (int mode,int type,const char *file,int line). CRYPTO_get_locking_callback will return a pointer to a function, say F. This function F does take no argument and return no result. void F(void). Nicolas > -----Original Message----- > From: pharo-project-boun...@... > [mailto:pharo-project-boun...@...] On Behalf > Of Nicolas Cellier > Sent: Tuesday, March 10, 2009 3:23 PM > To: pharo-proj...@... > Subject: Re: [Pharo-project] OpenSSL - a couple of questions > > Schwab,Wilhelm K <bsch...@...> writes: > gmane want me to snip... _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
