Bruce Momjian <[EMAIL PROTECTED]> writes:
Where is the typedef here:
int CRYPTO_set_locked_mem_functions(void *(*m)(size_t), void (*free_func)(void *));
size_t ...
If there's a missing typedef shouldn't we see something like this:
`size_t' undeclared (first use in this function)
(assuming he is using gcc)?
cheers
andrew
---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend