summaryrefslogtreecommitdiffstats
path: root/src/portable.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-11-16 14:50:36 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-11-16 14:50:36 (GMT)
commit8608a9e74ca3e375ef07dce419d6f2cf859bfebf (patch)
treedd8d25830176e888df2e7acf2da1936f4acfcc15 /src/portable.h
parent7acba2f316a6e8f02364d76ab96b7ff9e739aec1 (diff)
parent18a5a679f57ac922183bc1800692d40c2872231f (diff)
downloadDoxygen-8608a9e74ca3e375ef07dce419d6f2cf859bfebf.zip
Doxygen-8608a9e74ca3e375ef07dce419d6f2cf859bfebf.tar.gz
Doxygen-8608a9e74ca3e375ef07dce419d6f2cf859bfebf.tar.bz2
Merge branch 'master' of github.com:doxygen/doxygen
Diffstat (limited to 'src/portable.h')
-rw-r--r--src/portable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portable.h b/src/portable.h
index 83f90ef..c1b8c29 100644
--- a/src/portable.h
+++ b/src/portable.h
@@ -4,6 +4,7 @@
#include <sys/types.h>
#include <stdio.h>
#include <qglobal.h>
+#include <qdir.h>
#if defined(_WIN32)
typedef __int64 portable_off_t;
@@ -37,6 +38,7 @@ double portable_getSysElapsedTime();
void portable_sleep(int ms);
bool portable_isAbsolutePath(const char *fileName);
void portable_correct_path(void);
+void portable_setShortDir(void);
extern "C" {
void * portable_iconv_open(const char* tocode, const char* fromcode);