diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <prabowo@darapsa.org> | 2022-10-04 17:00:52 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <prabowo@darapsa.org> | 2022-10-04 17:00:52 +0800 |
| commit | 99bd7dc2d2a4e1c35b09c148bd3afb433ef32460 (patch) | |
| tree | 8af378560a0e68f998e5c276e7090eecb00c45ff /midtrans.h | |
Template that compiles
Diffstat (limited to 'midtrans.h')
| -rw-r--r-- | midtrans.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/midtrans.h b/midtrans.h new file mode 100644 index 0000000..4c8fbde --- /dev/null +++ b/midtrans.h @@ -0,0 +1,15 @@ +#ifndef MIDTRANS_H +#define MIDTRANS_H + +#ifdef __cplusplus +extern "C" { +#endif + +void midtrans_init(const char *certificate); +void midtrans_cleanup(); + +#ifdef __cplusplus +} +#endif + +#endif |