diff options
author | Alexander Gavriliuk <alexandrgproductengine@lindenlab.com> | 2024-07-01 13:34:50 +0200 |
---|---|---|
committer | Guru <alexandrgproductengine@lindenlab.com> | 2024-07-01 20:20:04 +0200 |
commit | 2ea5ac0c43e3e28d2b1774f5367d099271a1da32 (patch) | |
tree | 9526c5a388f3d278e4cf2198480ff6a7ffba6be1 /indra/llcommon/llfile.h | |
parent | 9ab2f662f81feb6d8b1b5cdb4fd03d03406ceaa1 (diff) |
#1111 Remove xmlrpc-epi
Diffstat (limited to 'indra/llcommon/llfile.h')
-rw-r--r-- | indra/llcommon/llfile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llfile.h b/indra/llcommon/llfile.h index 2564671b13..74110343fc 100644 --- a/indra/llcommon/llfile.h +++ b/indra/llcommon/llfile.h @@ -67,6 +67,8 @@ public: static int close(LLFILE * file); + static std::string getContents(const std::string& filename); + // perms is a permissions mask like 0777 or 0700. In most cases it will // be overridden by the user's umask. It is ignored on Windows. // mkdir() considers "directory already exists" to be SUCCESS. |