Files
2024-03-30 15:47:48 +03:00

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 */