Ignore:
Timestamp:
Jan 1, 2014, 12:47:38 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.21.1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mindi-busybox/modutils/modutils.h

    r2725 r3232  
    2222int string_to_llist(char *string, llist_t **llist, const char *delim) FAST_FUNC;
    2323char *filename2modname(const char *filename, char *modname) FAST_FUNC;
    24 char *parse_cmdline_module_options(char **argv) FAST_FUNC;
     24char *parse_cmdline_module_options(char **argv, int quote_spaces) FAST_FUNC;
    2525
    2626/* insmod for 2.4 and modprobe's options (insmod 2.6 has no options at all): */
Note: See TracChangeset for help on using the changeset viewer.