diff options
Diffstat (limited to 'src/portable.h')
-rw-r--r-- | src/portable.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/portable.h b/src/portable.h index 3745d66..0718932 100644 --- a/src/portable.h +++ b/src/portable.h @@ -28,6 +28,7 @@ const char * portable_commandExtension(); bool portable_fileSystemIsCaseSensitive(); FILE * portable_popen(const char *name,const char *type); int portable_pclose(FILE *stream); +double portable_getSysElapsedTime(); extern "C" { void * portable_iconv_open(const char* tocode, const char* fromcode); |