summaryrefslogtreecommitdiffstats
path: root/src/dot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dot.h')
-rw-r--r--src/dot.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dot.h b/src/dot.h
index be243e9..cb776d3 100644
--- a/src/dot.h
+++ b/src/dot.h
@@ -3,7 +3,7 @@
*
*
*
- * Copyright (C) 1997-2010 by Dimitri van Heesch.
+ * Copyright (C) 1997-2011 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -442,7 +442,8 @@ void writeDotGraphFromFile(const char *inFile,const char *outDir,
const char *outFile,GraphOutputFormat format);
void writeDotImageMapFromFile(FTextStream &t,
const QCString& inFile, const QCString& outDir,
- const QCString& relPath,const QCString& context);
+ const QCString& relPath,const QCString& baseName,
+ const QCString& context);
void writeDotDirDepGraph(FTextStream &t,DirDef *dd);