Page 1 of 1

Module API's vs Internal : How are they distinguished?

Posted: Wed Aug 05, 2009 1:22 pm
by kendo451
When creating a module or looking at someone else's module code, what distinguishes API functions (available to UDT's and other modules as methods of a module instance) from those that are internal to the module?

What do I need to add to a function or method declaration in a module to make it part of an API?