Why wont this program work. It says that "quit_program" wont work, why?

///////////////////////////////
#include <acknex.h>
#include <default.c>

///////////////////////////////

BMAP* stopnorm = "stopncorrect.bmp";
BMAP* stopclick = "stopccorrect.bmp";

///////////////////////////////

PANEL* button_pan =
{
pos_x = 0;
pos_y = 0;
button(0, 0, stopclick, stopnorm, stopnorm, quit_program, NULL, NULL);
flags = OVERLAY | SHOW;
}


Sorry, im new. I have a tendency to ask really simple questions, so please be patient.