add with_prompt docstring

This commit is contained in:
onyx-and-iris 2024-07-12 15:01:30 +01:00
parent a7c0bc1620
commit 35335a60aa

View File

@ -237,6 +237,7 @@ enum kind set_kind(char *kval)
* Each line is passed to parse_input()
*
* @param vmr Pointer to the iVMR interface
* @param with_prompt If true, prints the interactive prompt '>>'
*/
void interactive(PT_VMR vmr, bool with_prompt)
{