Changeset 1158 for trunk/dll/shadow.c


Ignore:
Timestamp:
Sep 5, 2008, 11:40:35 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/shadow.c

    r1047 r1158  
    2828#include "errutil.h"                    // Dos_Error...
    2929#include "strutil.h"                    // GetPString
     30#include "shadow.h"
    3031#include "fm3dll.h"
    3132#include "fortify.h"
     
    3435
    3536static PSZ pszSrcFile = __FILE__;
     37
     38static HOBJECT CreateDataObject(CHAR * objtitle, CHAR * location, CHAR * path,
     39                         CHAR * cnr);
     40static HOBJECT CreateFolderObject(CHAR * objtitle, CHAR * cnr);
     41
     42static HOBJECT CreateProgramObject(CHAR * objtitle, CHAR * location, CHAR * path,
     43                            CHAR * cnr);
     44static HOBJECT CreateShadowObject(CHAR * objtitle, CHAR * location, CHAR * path,
     45                           BOOL executable, CHAR * cnr);
    3646
    3747HOBJECT CreateProgramObject(CHAR * objtitle, CHAR * location, CHAR * path,
Note: See TracChangeset for help on using the changeset viewer.