Skip to content
  • Paul Sokolovsky's avatar
    objfun: Add local header. · f26a3071
    Paul Sokolovsky authored
    This follows pattern already used for objtuple, etc.: objfun.h's content
    is not public - each and every piece of code should not have access to it.
    It's not private either - with out architecture and implementation language
    (C) it doesn't make sense to keep implementation of each object strictly
    private and maintain cumbersome accessors. It's "local" - intended to be
    used by a small set of "friend" (in C++ terms) objects.
    f26a3071