Prototype within class

I have a prototype for searching arrays and array elements for a specified string. If I use the #include directive within the .fla file I can access this prototype no problem. But, I need to use the prototype within a custom class file. How can I accomplish this? I attempted to use the #include directive in the class file, but the compiler throws an error. Any help is appreciated.