X-Git-Url: http://git.silcnet.org/gitweb/?p=robodoc.git;a=blobdiff_plain;f=Source%2Fglobals.h;h=b5de74a7af206b20027a6709c9a1b903e0ef3a9a;hp=c86e17b066a0db0da5fa291998f8f4470341182a;hb=HEAD;hpb=813ffbb077c8f96dc1f8cc69d78c78fb807bdad9 diff --git a/Source/globals.h b/Source/globals.h index c86e17b..b5de74a 100644 --- a/Source/globals.h +++ b/Source/globals.h @@ -57,8 +57,10 @@ along with this program. If not, see . // Default document title #define DEFAULT_DOCTITILE "API Reference" -// Document title +// Document title, header and footer extern char *document_title; +extern char *document_header; +extern char *document_footer; extern char *source_file; /* DCD */