summaryrefslogtreecommitdiff
path: root/tart_module.h
blob: abbbeae3ccbbf26b4d03cfa302a3e4294e9ac533 (plain)
1
2
3
4
5
6
7
8
#ifndef _TALERCRYPTO_H
#define _TALERCRYPTO_H

#include "quickjs/quickjs-libc.h"

JSModuleDef *tart_init_module_talercrypto(JSContext *ctx, const char *module_name);

#endif /* _TALERCRYPTO_H */