aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llfile.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:34 -0500
committerJacek Antonelli2008-08-15 23:45:34 -0500
commitcd17687f01420952712a500107e0f93e7ab8d5f8 (patch)
treece48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/llcommon/llfile.h
parentSecond Life viewer sources 1.19.0.5 (diff)
downloadmeta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2
meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/llcommon/llfile.h')
-rw-r--r--linden/indra/llcommon/llfile.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/linden/indra/llcommon/llfile.h b/linden/indra/llcommon/llfile.h
index 062b183..2650775 100644
--- a/linden/indra/llcommon/llfile.h
+++ b/linden/indra/llcommon/llfile.h
@@ -168,5 +168,14 @@ private:
168 168
169#endif 169#endif
170 170
171/**
172 * @breif filesize helpers.
173 *
174 * The file size helpers are not considered particularly efficient,
175 * and should only be used for config files and the like -- not in a
176 * loop.
177 */
178std::streamsize llifstream_size(llifstream& fstr);
179std::streamsize llofstream_size(llofstream& fstr);
171 180
172#endif // not LL_LLFILE_H 181#endif // not LL_LLFILE_H