Changeset 1185


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

Ticket 187: Draft 2: Move remaining function declarations

Location:
trunk/dll
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/delims.c

    r793 r1185  
    1616#include <stdlib.h>
    1717#include <string.h>
     18
     19#include "delims.h"
    1820
    1921char *skip_delim(char *a, register char *delim)
  • trunk/dll/filter.c

    r1161 r1185  
    2828#define INCL_LONGLONG                   // dircnrs.h
    2929
     30#include "fm3dll.h"
    3031#include "fm3dlg.h"
    3132#include "fm3str.h"
     
    3334#include "strutil.h"                    // GetPString
    3435#include "pathutil.h"                   // BldFullPathName
    35 #include "fm3dll.h"
     36#include "filter.h"
     37#include "select.h"                     // SetMask
     38#include "literal.h"                    // wildcard
     39#include "strips.h"                     // bstrip
     40#include "misc.h"                       // CheckDriveSpaceAvail
     41#include "wrappers.h"                   // xfgets_bstripcr
     42#include "dirs.h"                       // save_dir2
    3643#include "fortify.h"
    3744
  • trunk/dll/findrec.h

    r1170 r1185  
    1616#define FINDREC_H
    1717
     18PCNRITEM FindCnrRecord(HWND hwndCnr, CHAR * filename, PCNRITEM pciParent,
     19                       BOOL partial, BOOL partmatch, BOOL noenv);
    1820PCNRITEM FindParentRecord(HWND hwndCnr, PCNRITEM pciC);
    1921VOID ShowCnrRecord(HWND hwndCnr, PMINIRECORDCORE pmi);
  • trunk/dll/grep2.c

    r1161 r1185  
    3838#define INCL_WINSTDCNR                  // makelist.h
    3939
     40#include "fm3dll.h"
    4041#include "fm3dlg.h"
    4142#include "fm3str.h"
     
    4748#include "walkem.h"                     // FillPathListBox
    4849#include "grep2.h"
    49 #include "fm3dll.h"
     50#include "wrappers.h"                   // xfgets
    5051#include "misc.h"                       // LoadLibPath
     52#include "strips.h"                     // bstrip
     53#include "dirs.h"                       // save_dir2
    5154#include "fortify.h"
    5255
  • trunk/dll/inis.c

    r1161 r1185  
    4242#define INCL_LONGLONG                   // dircnrs.h
    4343
     44#include "fm3dll.h"
    4445#include "fm3dlg.h"
    4546#include "fm3str.h"
     
    5253#include "inis.h"
    5354#include "literal.h"                    // fixup
    54 #include "fm3dll.h"
     55#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
     56#include "draglist.h"                   // FreeDragInfoData
     57#include "input.h"                      // InputDlgProc
     58#include "valid.h"                      // MakeFullName
     59#include "notify.h"                     // Notify
     60#include "presparm.h"                   // PresParamChanged
     61#include "getnames.h"                   // export_filename
     62#include "copyf.h"                      // unlinkf
    5563#include "eas.h"                        // HexDump
     64#include "strips.h"                     // bstrip
     65#include "misc.h"                       // BoxWindow
     66#include "dirs.h"                       // save_dir2
     67#include "wrappers.h"                   // xfopen
    5668#include "fortify.h"
    57 #include "misc.h"                       // BoxWindow
    5869
    5970#pragma data_seg(DATA2)
  • trunk/dll/makelist.c

    r1078 r1185  
    3131#include "strutil.h"                    // GetPString
    3232#include "dircnrs.h"
     33#include "misc.h"                       // CurrentRecord
    3334#include "fm3dll.h"                     // 05 Jan 08 SHL fixme to be gone
    34 
     35#include "wrappers.h"                   // xfree
    3536#include "fortify.h"                    // 06 May 08 SHL
    3637
  • trunk/dll/mle.c

    r1161 r1185  
    3434#define INCL_LONGLONG
    3535
     36#include "fm3dll.h"
    3637#include "fm3dlg.h"
    3738#include "mle.h"
     
    4243#include "autoview.h"                   // CreateHexDump
    4344#include "saveclip.h"                   // SaveToClip
    44 #include "fm3dll.h"
     45#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
     46#include "chklist.h"                    // PosOverOkay
     47#include "valid.h"                      // TestBinary
     48#include "strips.h"                     // bstrip
     49#include "systemf.h"                    // runemf2
     50#include "wrappers.h"                   // xfopen
     51#include "misc.h"                       // PostMsg
    4552#include "fortify.h"
    4653
  • trunk/dll/pathutil.c

    r1161 r1185  
    2222#define INCL_LONGLONG
    2323
     24#include "fm3dll.h"                     // needs_quoting
     25#include "fm3str.h"
    2426#include "pathutil.h"
    2527#include "strips.h"                     // remove_first_occurence_of_character
    26 #include "fm3dll.h"                     // needs_quoting
    27 #include "fm3str.h"
     28#include "valid.h"                      // needs_quoting
    2829#include "errutil.h"                    // Dos_Error...
    2930#include "strutil.h"                    // GetPString
     31#include "wrappers.h"                   // xmalloc
    3032#include "fortify.h"
    3133
  • trunk/dll/srchpath.h

    r1170 r1185  
    1717
    1818INT RunFM2Util(CHAR *appname, CHAR *filename);
     19CHAR *searchpath(CHAR * filename);
    1920
    2021
  • trunk/dll/undel.c

    r1161 r1185  
    2828#define INCL_LONGLONG
    2929
     30#include "fm3dll.h"
    3031#include "fm3dlg.h"
    3132#include "fm3str.h"
     
    3435#include "pathutil.h"                   // BldFullPathName
    3536#include "walkem.h"                     // FillPathListBox
    36 #include "fm3dll.h"
     37#include "common.h"                     // DecrThreadUsage, IncrThreadUsage
     38#include "valid.h"                      // MakeFullName
     39#include "undel.h"
     40#include "copyf.h"                      // unlinkf
     41#include "wrappers.h"                   // xfgets
     42#include "strips.h"                     // bstrip
     43#include "misc.h"                       // GetCmdSpec
     44#include "systemf.h"                    // runemf2
    3745#include "fortify.h"
    3846
Note: See TracChangeset for help on using the changeset viewer.