Yeah, sure, simply don't export the functions. In other words, use an -export() directive at the top of the file with only the public functions of a module.
On Sun, Dec 7, 2008 at 3:50 PM, Alexander Dergachev <[EMAIL PROTECTED]> wrote: > Hi all! > > Actually I have a little experience with Erlyweb, and I`m going to make my > first live project. > > As far as I understand from documentation I can declare for private usage > only whole module (component), but the question is - is it possible to have > some private functions in the module instead of private module? > > > Thanks in advance! > > -- > With Best Regards, > Alexander Dergachev > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "erlyweb" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/erlyweb?hl=en -~----------~----~----~----~------~----~------~--~---
