Skip to content
Snippets Groups Projects
Commit 2af746ed authored by dprice's avatar dprice
Browse files

* add.c (add), checkout.c (checkout_proc), client.c

(call_in_directory), find_names.c (Find_Names, Find_Directories),
recurse.c (start_recursion), update.c (update_dir_leave_proc,
isemptydir): Pass update dir to Entries_Open(), Find_Names(),
Find_Directories(), & isemptydir().  Do not call
Entries_Close().
* import.c (process_import_file): Ditto.  Use new internal prototypes.
(import_descend, import_descend_dir): Maintain and/or pass through new
update dir argument.
(import): Pass starter update dir argument to recursive
import_descend().
* entries.c: Include new headers.
(Entries_Close): Declare static.
(struct entries_cache_s): New struct.
(entries_cache_delproc, Entries_Close_Cache): New functions.
(Entries_Open): Use cache.
* update.h (isemptydir): Update prototype.
* cvs.h (Entries_Open, Find_Directories, Find_Names): Update protos.
(Entries_Close): Remove proto.
parent 284358b8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment