What is use for "static void"



Hi,
I get some C function. I do not understand why these functions are
defined as:

static void VitDec(int nl, struct pl_str *pl)


Could you explain it to me? Thanks.
.