aboutsummaryrefslogtreecommitdiff
path: root/src/reducer/anastasis_api_redux.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reducer/anastasis_api_redux.h')
-rw-r--r--src/reducer/anastasis_api_redux.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/reducer/anastasis_api_redux.h b/src/reducer/anastasis_api_redux.h
index 4d62d5e..b4fe5c4 100644
--- a/src/reducer/anastasis_api_redux.h
+++ b/src/reducer/anastasis_api_redux.h
@@ -328,6 +328,16 @@ ANASTASIS_backup_action_ (json_t *state,
328 328
329 329
330/** 330/**
331 * Check if an external reducer binary is requested.
332 * Cache the result and unset the corresponding environment
333 * variable.
334 *
335 * @returns name of the external reducer or NULL to user internal reducer
336 */
337const char *
338ANASTASIS_REDUX_probe_external_reducer (void);
339
340/**
331 * Generic container for an action with asynchronous activities. 341 * Generic container for an action with asynchronous activities.
332 */ 342 */
333struct ANASTASIS_ReduxAction 343struct ANASTASIS_ReduxAction