I\'ve got a function that requires const some_type** as an argument (some_type is a struct, and the function needs a pointer to an array of this ty
const some_type**
some_type
See: Why can't I pass a char ** to a function which expects a const char **? from the comp.lang.c FAQ.