summaryrefslogtreecommitdiff
path: root/ace/Lib_Find.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-08-21 06:09:53 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-08-21 06:09:53 +0000
commitb9836654489f2b5d9f4249b943204bf7daae620e (patch)
tree9a50766be760cae09bac7f515713a8984affca01 /ace/Lib_Find.h
parentc2e3a45c40229f0ab3352b5e6e7b3cfc38ced0af (diff)
downloadATCD-b9836654489f2b5d9f4249b943204bf7daae620e.tar.gz
ChangeLogTag: Wed Aug 21 07:52:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/Lib_Find.h')
-rw-r--r--ace/Lib_Find.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Lib_Find.h b/ace/Lib_Find.h
index adb8dffb9e4..3b5370ef252 100644
--- a/ace/Lib_Find.h
+++ b/ace/Lib_Find.h
@@ -36,9 +36,9 @@ class ACE_Export ACE_Lib_Find
* prefix (e.g., "lib" on UNIX and "" on Win32) if the <filename>
* doesn't match directly.
*/
- static int ldfind (const ACE_TCHAR *filename,
- ACE_TCHAR *pathname,
- size_t maxlen);
+ static int ldfind (const ACE_TCHAR* filename,
+ ACE_TCHAR pathname[],
+ size_t maxpathnamelen);
/**
* Uses <ldfind> to locate and open the appropriate <filename> and