Changeset 1402 for trunk/dll/copyf.h


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/copyf.h

    r1195 r1402  
    1010
    1111  05 Sep 08 JBS Ticket 187: Refactor FM3DLL.H
     12  08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used)
    1213
    1314***********************************************************************/
     
    2021char *MakeTempName(char *buffer, char *temproot, int type);
    2122BOOL WriteLongName(CHAR * filename, CHAR * longname);
    22 APIRET docopyf(INT type, CHAR * oldname, CHAR * newname, ...);
     23APIRET docopyf(INT type, CHAR * oldname, CHAR * newname);
    2324INT make_deleteable(CHAR * filename);
    24 INT unlinkf(CHAR * string, ...);
     25INT unlinkf(CHAR * string);
    2526INT wipeallf(CHAR * string, ...);
    2627
Note: See TracChangeset for help on using the changeset viewer.