On 8/29/16, Warren Young <w...@etr-usa.com> wrote:
>>
>> The header files in Fossil are automatically generated.
>
> Okay, in that case, the problem is that doc.c doesn’t include unversioned.h,

That's not how makeheaders works.

The prototype for the uvstat_page() function should be included in the
*.h file for any module that invokes that function.  So, the
uvstat_page() function should appear, automatically, in the doc.h
file.  And, that is exactly what happens on my system.

  drh@bella:~/fossil/m1$ grep uvstat_page bld/*.h
  bld/doc.h:void uvstat_page(void);
  bld/unversioned.h:void uvstat_page(void);

Notice that the uvstat_page() prototype appears in the header file of
every module that uses that routine.
-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to