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 4c35394f818..a54bebf2215 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 */ |