summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorThadeus Fleming <thadeus.fleming@fireflyspace.com>2016-05-20 18:56:29 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2016-05-20 19:29:07 (GMT)
commit4d2e203a55a2af8f15a3933b86201e6e9b6901b3 (patch)
tree24df9e34288a4a7375117147e85afec04bcc8558 /src/util.h
parent14b04be2af279e1093f17d6b933d1e9ab530e128 (diff)
downloadDoxygen-4d2e203a55a2af8f15a3933b86201e6e9b6901b3.zip
Doxygen-4d2e203a55a2af8f15a3933b86201e6e9b6901b3.tar.gz
Doxygen-4d2e203a55a2af8f15a3933b86201e6e9b6901b3.tar.bz2
Unify handling of extra packages in formula.cpp and latexgen.cpp so formula.cpp handles package arguments correctly
Diffstat (limited to 'src/util.h')
-rwxr-xr-xsrc/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 777da71..15f4c4f 100755
--- a/src/util.h
+++ b/src/util.h
@@ -475,6 +475,7 @@ void convertProtectionLevel(
bool mainPageHasTitle();
bool openOutputFile(const char *outFile,QFile &f);
+void writeExtraLatexPackages(FTextStream &t);
#endif