There is no way that I know of to undefine or rename a function other than removing it's prototype. If the functions are truly obscure and you aren't using them you could always just comment out the prototypes, but my recommendation would be to just change your variable names.
Regards,
Ryan K.