Tom Lane wrote:
>Bruce Momjian <pgman@candle.pha.pa.us> 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