1 2 3 4 5
#ifdef _NO_PROTO extern int initButtons(); #else extern int initButtons(buttonStruct * ); #endif