summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_linux.h
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-01-13 11:15:47 -0800
committerMerov Linden <merov@lindenlab.com>2011-01-13 11:15:47 -0800
commit804495ad41cbd0eb511c02d5306fc3b8f9be0b89 (patch)
treea4b1f3995878302a9f62dc25e7cdbb2d53f8c3a3 /indra/llvfs/lldir_linux.h
parent55322713fc071a3e171fd4cfbea989945dc8d084 (diff)
STORM-477 : backout changeset 6f5cb303d3e2
Diffstat (limited to 'indra/llvfs/lldir_linux.h')
-rw-r--r--indra/llvfs/lldir_linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llvfs/lldir_linux.h b/indra/llvfs/lldir_linux.h
index ff4c48759a..451e81ae93 100644
--- a/indra/llvfs/lldir_linux.h
+++ b/indra/llvfs/lldir_linux.h
@@ -43,6 +43,7 @@ public:
public:
virtual std::string getCurPath();
virtual U32 countFilesInDir(const std::string &dirname, const std::string &mask);
+ virtual BOOL getNextFileInDir(const std::string &dirname, const std::string &mask, std::string &fname);
/*virtual*/ BOOL fileExists(const std::string &filename) const;
/*virtual*/ std::string getLLPluginLauncher();