diff options
Diffstat (limited to 'linden/indra/llcommon/llfile.h')
-rw-r--r-- | linden/indra/llcommon/llfile.h | 9 |
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 | */ | ||
178 | std::streamsize llifstream_size(llifstream& fstr); | ||
179 | std::streamsize llofstream_size(llofstream& fstr); | ||
171 | 180 | ||
172 | #endif // not LL_LLFILE_H | 181 | #endif // not LL_LLFILE_H |