diff -r ef1db035c049 -r 7b542749ccb6 src/request.h --- a/src/request.h Mon Nov 22 04:59:40 2004 +0000 +++ b/src/request.h Mon Nov 22 05:10:00 2004 +0000 @@ -1107,8 +1107,8 @@ * @param cancel_text The text for the cancel button. * @param cancel_cb The callback for the cancel button. * @param user_data The data to pass to the callback. - * @param choice_count The number of choices. - * @param ... The choices. + * @param ... The choices. This argument list should be + * terminated with a NULL parameter. * * @return A UI-specific handle. */ @@ -1132,8 +1132,8 @@ * @param cancel_text The text for the cancel button. * @param cancel_cb The callback for the cancel button. * @param user_data The data to pass to the callback. - * @param choice_count The number of choices. - * @param choices The choices. + * @param choices The choices. This argument list should be + * terminated with a NULL parameter. * * @return A UI-specific handle. */