hi, great site but no solution to my problem
I will describe it differntly:
func1(char*, int(*)()) is hidden somewhere in an old c-library
the 2nd argument of func1 is a pointer to
func2(char**, char**)
both functions are declared in the c++-app using 'extern C'
I must, however, declare func1...