Skip to content
Snippets Groups Projects
js_cryptcon.h 219 B
Newer Older
deuce's avatar
deuce committed
#ifndef _JS_CRYPTCON_H_
#define _JS_CRYPTCON_H_

struct js_cryptcon_private_data {
deuce's avatar
deuce committed
};

extern JSClass js_cryptcon_class;

JSObject* js_CreateCryptconObject(JSContext* cx, CRYPT_CONTEXT ctx);
deuce's avatar
deuce committed

#endif