mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-09-07 16:34:09 +00:00
17 lines
301 B
C
17 lines
301 B
C
//
|
|
// hs_init.h
|
|
// SimpleXChat
|
|
//
|
|
// Created by Evgeny on 22/11/2023.
|
|
// Copyright © 2023 SimpleX Chat. All rights reserved.
|
|
//
|
|
|
|
#ifndef hs_init_h
|
|
#define hs_init_h
|
|
|
|
void haskell_init(int nse, const char *eventlog, const char *heap_profile);
|
|
|
|
void haskell_init_nse(void);
|
|
|
|
#endif /* hs_init_h */
|