diff options
Diffstat (limited to 'includes')
-rw-r--r-- | includes/HsFFI.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/HsFFI.h b/includes/HsFFI.h index 4f015b6e25..cdf451037c 100644 --- a/includes/HsFFI.h +++ b/includes/HsFFI.h @@ -113,8 +113,12 @@ extern StgPtr hs_spt_lookup(StgWord64 key[2]); extern int hs_spt_keys(StgPtr keys[], int szKeys); extern int hs_spt_key_count (void); +extern void hs_try_putmvar (int capability, HsStablePtr sp); + /* -------------------------------------------------------------------------- */ + + #ifdef __cplusplus } #endif |