Ignore:
Timestamp:
Nov 1, 2006, 8:17:21 PM (19 years ago)
Author:
bird
Message:

Roughly done with kldrDyldMod now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrInternal.h

    r2846 r2847  
    318318                               KLDRDYLDSEARCH enmSearch, unsigned fFlags, PPKLDRDYLDMOD ppMod);
    319319
     320int kldrDyldGetPrerequisite(const char *pszDll, const char *pszPrefix, const char *pszSuffix, KLDRDYLDSEARCH enmSearch,
     321                            unsigned fFlags, PKLDRDYLDMOD pDep, PPKLDRDYLDMOD ppMod);
     322
    320323
    321324int kldrDyldModCreate(PKLDRRDR pRdr, PPKLDRDYLDMOD ppMod);
Note: See TracChangeset for help on using the changeset viewer.