Changeset 1188 for trunk/dll/copyf.c


Ignore:
Timestamp:
Sep 10, 2008, 11:58:30 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/dll/copyf.c

    r1163 r1188  
    3333#define INCL_LONGLONG
    3434
     35#include "fm3dll.h"
    3536#include "fm3str.h"
    3637#include "errutil.h"                    // Dos_Error...
     
    3839#include "copyf.h"
    3940#include "literal.h"                    // fixup
    40 #include "fm3dll.h"
     41#include "misc.h"                       // Broadcast
     42#include "valid.h"                      // MakeFullName
     43#include "wrappers.h"                   // xDosSetPathInfo
     44#include "strips.h"                     // bstrip
    4145#include "fortify.h"
    4246
    4347static PSZ pszSrcFile = __FILE__;
     48
     49static CHAR *GetLongName(CHAR * oldname, CHAR * buffer);
     50static CHAR *TruncName(CHAR * oldname, CHAR * buffer);
    4451
    4552//static CHAR default_disk(VOID);
Note: See TracChangeset for help on using the changeset viewer.