summaryrefslogtreecommitdiffstats
path: root/src/index.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.h')
-rw-r--r--src/index.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/index.h b/src/index.h
index 7f387fc..065bfff 100644
--- a/src/index.h
+++ b/src/index.h
@@ -252,7 +252,7 @@ extern int documentedHtmlFiles;
extern int documentedPages;
extern int documentedDirs;
-void startTitle(OutputList &ol,const char *fileName);
+void startTitle(OutputList &ol,const char *fileName,Definition *def=0);
void endTitle(OutputList &ol,const char *fileName,const char *name);
void startFile(OutputList &ol,const char *name,const char *manName,
const char *title,HighlightedItem hli=HLI_None,
@@ -269,6 +269,5 @@ void addNamespaceMemberNameToIndex(MemberDef *md);
// search engine
void writeJavascriptSearchIndex();
void writeSearchCategories(QTextStream &t);
-void writeSearchStyleSheet();
#endif