Ignore:
Timestamp:
Nov 11, 2006, 1:48:54 PM (19 years ago)
Author:
bird
Message:

Did the remaining search bit (I hope).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyldMod.c

    r2859 r2868  
    6464 *          On failure a non-zero kLdr status code is returned.
    6565 * @param   pRdr    The file provider instance.
     66 * @param   fFlags  Load/search flags.
    6667 * @param   ppMod   Where to put the pointer to the new module on success.
    6768 */
    68 int kldrDyldModCreate(PKLDRRDR pRdr, PPKLDRDYLDMOD ppMod)
     69int kldrDyldModCreate(PKLDRRDR pRdr, uint32_t fFlags, PPKLDRDYLDMOD ppMod)
    6970{
    7071    PKLDRDYLDMOD pMod;
     
    7374
    7475    *ppMod = NULL;
     76
     77/** @todo deal with fFlags (exec/dll) */
    7578
    7679    /*
Note: See TracChangeset for help on using the changeset viewer.