Changeset 2868 for trunk/kLdr/kLdrDyldMod.c
- Timestamp:
- Nov 11, 2006, 1:48:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kLdr/kLdrDyldMod.c
r2859 r2868 64 64 * On failure a non-zero kLdr status code is returned. 65 65 * @param pRdr The file provider instance. 66 * @param fFlags Load/search flags. 66 67 * @param ppMod Where to put the pointer to the new module on success. 67 68 */ 68 int kldrDyldModCreate(PKLDRRDR pRdr, PPKLDRDYLDMOD ppMod)69 int kldrDyldModCreate(PKLDRRDR pRdr, uint32_t fFlags, PPKLDRDYLDMOD ppMod) 69 70 { 70 71 PKLDRDYLDMOD pMod; … … 73 74 74 75 *ppMod = NULL; 76 77 /** @todo deal with fFlags (exec/dll) */ 75 78 76 79 /*
Note:
See TracChangeset
for help on using the changeset viewer.