I have a C++ class that has a function "Connect()" which calls another function I wrote in straight C, also called Connect.

My question is, how can I call the second in the first without the names clashing?