Ignore:
Timestamp:
Oct 26, 2006, 5:58:53 AM (19 years ago)
Author:
bird
Message:

more prototyping. (And avoid 64-bit div/rem)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/kLdr/kLdrDyldFind.c

    r2835 r2836  
    4141 *
    4242 * @param   pszName         Partial or complete name, it's specific to the search method to determin which.
    43  * @param   pszPrefix       Prefix that might be used (that's method specific).
    44  * @param   pszSuffix       Suffix that can be applied to an incomplete name.
     43 * @param   pszDefPrefix    Prefix than can be used when searching.
     44 * @param   pszDefSuffix    Suffix than can be used when searching.
    4545 * @param   enmSearch       The file search method to apply.
    4646 * @param   fFlags          Search flags.
     
    6161 *
    6262 * @param   pszName         Partial or complete name, it's specific to the search method to determin which.
    63  * @param   pszPrefix       Prefix that might be used (that's method specific).
    64  * @param   pszSuffix       Suffix that can be applied to an incomplete name.
     63 * @param   pszDefPrefix    Prefix than can be used when searching.
     64 * @param   pszDefSuffix    Suffix than can be used when searching.
    6565 * @param   enmSearch       The file search method to apply.
    6666 * @param   fFlags          Search flags.
Note: See TracChangeset for help on using the changeset viewer.