How do I declare a function in one drl file and call it from another drl file, without
having the Eclipse plug-in flag the call as an error?
Eclipse complains that the function is undefined and puts a red X on the call.
Other than the red X, everything seems to work. Is there some equivalent of
"extern" I can use to make Eclipse happy?