go-ethereum/vendor/gopkg.in/olebedev/go-duktape.v3/duk_print_alert.h
2017-12-21 11:31:11 +02:00

10 lines
241 B
C
Executable file

#if !defined(DUK_PRINT_ALERT_H_INCLUDED)
#define DUK_PRINT_ALERT_H_INCLUDED
#include "duktape.h"
/* No flags at the moment. */
extern void duk_print_alert_init(duk_context *ctx, duk_uint_t flags);
#endif /* DUK_PRINT_ALERT_H_INCLUDED */