Use dynloader.c instead of dlopen() directly

This commit is contained in:
jsteube
2018-12-19 16:09:28 +01:00
parent 15f546bc4e
commit 4028bae578
11 changed files with 518 additions and 521 deletions

View File

@@ -89,4 +89,9 @@ const char *strparser (const u32 parser_status);
int input_tokenizer (const u8 *input_buf, const int input_len, token_t *token);
void decoder_apply_optimizer (const hashconfig_t *hashconfig, void *data);
void decoder_apply_options (const hashconfig_t *hashconfig, void *data);
void encoder_apply_optimizer (const hashconfig_t *hashconfig, void *data);
void encoder_apply_options (const hashconfig_t *hashconfig, void *data);
#endif // _SHARED_H