summaryrefslogtreecommitdiffstats
path: root/pico/lib/picoapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'pico/lib/picoapi.h')
-rw-r--r--pico/lib/picoapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/pico/lib/picoapi.h b/pico/lib/picoapi.h
index 8a5725b..aa60358 100644
--- a/pico/lib/picoapi.h
+++ b/pico/lib/picoapi.h
@@ -420,10 +420,12 @@ PICO_FUNC pico_getData(
/**
Resets the engine and clears all engine-internal buffers, in
particular text input and signal data output buffers.
+ 'resetMode' is one of 'PICO_RESET_SOFT', to be used to flush the engine,
+ or 'PICO_RESET_FULL', to reset the engine after an engine error.
*/
PICO_FUNC pico_resetEngine(
pico_Engine engine,
- pico_Status r_mode
+ pico_Int32 resetMode
);