Files
2024-03-12 16:58:44 +02:00

17 lines
292 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(const char *eventlog, const char *heap_profile);
void haskell_init_nse(void);
#endif /* hs_init_h */