Changeset 1184 for trunk/dll/srchpath.c


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

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/srchpath.c

    r1161 r1184  
    2626#include "errutil.h"                    // Dos_Error...
    2727#include "srchpath.h"
     28#include "systemf.h"                    // runemf2
    2829#include "fm3dll.h"
    2930
    3031static PSZ pszSrcFile = __FILE__;
     32
     33// static CHAR *first_path(CHAR * path, CHAR * ret);
     34static CHAR *searchapath(CHAR * path, CHAR * filename);
    3135
    3236#pragma data_seg(DATA1)
     
    6973}
    7074
     75#if 0   // JBS
    7176CHAR *first_path(CHAR * path, CHAR * ret)
    7277{
     
    9196  return ret;
    9297}
     98#endif
    9399
    94100/**
Note: See TracChangeset for help on using the changeset viewer.