c - External callback function with portaudio -


i working on project using portaudio.

to make code little bit more readable, isolate callback function in .c file. however, when put prototype , code of function in 1 .h , 1 .c files , include .h file, program can't find callback function.

how should this?

thank in advance of answer!