summaryrefslogtreecommitdiff
path: root/sal/osl/unx/uunxapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/uunxapi.h')
-rw-r--r--sal/osl/unx/uunxapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sal/osl/unx/uunxapi.h b/sal/osl/unx/uunxapi.h
index 0e4106e70742..3b431ad292e2 100644
--- a/sal/osl/unx/uunxapi.h
+++ b/sal/osl/unx/uunxapi.h
@@ -45,7 +45,7 @@ int access_u(const rtl_uString* pustrPath, int mode);
**********************************/
sal_Bool realpath_u(
const rtl_uString* pustrFileName,
- rtl_uString** ppustrResolvedName);
+ rtl_uString** ppustrResolvedName);
int stat_c(const char *cpPath, struct stat* buf);
@@ -59,6 +59,8 @@ int open_c(const char *cpPath, int oflag, int mode);
int utime_c(const char *cpPath, struct utimbuf *times);
+int ftruncate_with_name(int fd, sal_uInt64 uSize, rtl_String* path);
+
#ifdef __cplusplus
}
#endif