* path.h (path_conv::add_ext_from_sym): Declare.

* path.cc (path_conv::add_ext_from_sym): Convert to pure inline method.
This commit is contained in:
Christopher Faylor
2001-04-17 23:12:11 +00:00
parent 273861e3aa
commit 4199e1e6fb
3 changed files with 8 additions and 4 deletions

View File

@ -52,9 +52,11 @@ enum path_types
PATH_HASACLS = 0x80000000
};
class symlink_info;
class path_conv
{
char path[MAX_PATH];
void add_ext_from_sym (symlink_info&);
public:
unsigned path_flags;