1837033 Members
2853 Online
110111 Solutions
New Discussion

Re: Header files!

 
Michael Chiaramonte
Occasional Contributor

Header files!

Can someone please help me. I'm working on a piece of code and there is a function cl_com_get_cluster_name used. However, as it stands I really can't figure out what the parameters are. Does anyone know where I can find the header file that defines this function? Any help would be appreciated.

Mike
1 REPLY 1
harry d brown jr
Honored Contributor

Re: Header files!


Where and what are you working on?

Try to see if you have such a thing:

find / -type f -size -1000000c -exec grep -l cl_com_get_cluster_name {} \;

live free or die
harry
Live Free or Die