Function gnunet_sys::GNUNET_GETOPT_option_increment_uint[][src]

pub unsafe extern "C" fn GNUNET_GETOPT_option_increment_uint(
    shortName: c_char,
    name: *const c_char,
    description: *const c_char,
    val: *mut c_uint
) -> GNUNET_GETOPT_CommandLineOption

Increment @a val each time the option flag is given by one.

@param shortName short name of the option @param name long name of the option @param argumentHelp help text for the option argument @param description long help text for the option @param[out] val set to 1 if the option is present