diff options
Diffstat (limited to 'src/include/commands/async.h')
-rw-r--r-- | src/include/commands/async.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/async.h b/src/include/commands/async.h index 9217f66b91e..85bfb247682 100644 --- a/src/include/commands/async.h +++ b/src/include/commands/async.h @@ -49,6 +49,6 @@ extern void ProcessCompletedNotifies(void); extern void HandleNotifyInterrupt(void); /* process interrupts */ -extern void ProcessNotifyInterrupt(void); +extern void ProcessNotifyInterrupt(bool flush); #endif /* ASYNC_H */ |