Changeset 1241 for trunk/dll/srchpath.c


Ignore:
Timestamp:
Oct 9, 2008, 1:12:04 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Make searchapath function non-static and other misc. code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/srchpath.c

    r1212 r1241  
    1212  20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat
    1313  23 Aug 07 SHL Comments
     14  04 Oct 08 JBS Make searchapath non-static
    1415
    1516***********************************************************************/
     
    2425#include "fm3dlg.h"
    2526#include "fm3str.h"
     27#include "srchpath.h"
    2628#include "pathutil.h"                   // BldQuotedFileName
    2729#include "errutil.h"                    // Dos_Error...
    28 #include "srchpath.h"
    2930#include "systemf.h"                    // runemf2
    3031#include "notebook.h"                   // Data declaration(s)
     
    3334
    3435// static CHAR *first_path(CHAR * path, CHAR * ret);
    35 static CHAR *searchapath(CHAR * path, CHAR * filename);
    3636
    3737#pragma data_seg(DATA1)
Note: See TracChangeset for help on using the changeset viewer.