Greg Hudson <[EMAIL PROTECTED]> writes: > So if "val" is NULL, how does apr_getopt_long communicate to the > caller which long option was returned?
Sorry -- we need a field to hold that int value, yes. Keep `val', but add const char *short_equivs, I meant. -K
