summaryrefslogtreecommitdiffstats
path: root/src/msc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/msc.h')
-rw-r--r--src/msc.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/msc.h b/src/msc.h
index cd2fdbe..e26ed8b 100644
--- a/src/msc.h
+++ b/src/msc.h
@@ -2,7 +2,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
@@ -20,6 +20,8 @@
#include "qtbc.h"
+class FTextStream;
+
enum MscOutputFormat { MSC_BITMAP , MSC_EPS };
void writeMscGraphFromFile(const char *inFile,const char *outDir,
@@ -28,5 +30,9 @@ void writeMscGraphFromFile(const char *inFile,const char *outDir,
QCString getMscImageMapFromFile(const QCString& inFile, const QCString& outDir,
const QCString& relPath,const QCString& context);
+void writeMscImageMapFromFile(FTextStream &t,const QCString &inFile,
+ const QCString &outDir, const QCString &relPath,
+ const QCString &baseName, const QCString &context);
+
#endif