forked from mirror/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
241 B
11 lines
241 B
7 years ago
|
#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 */
|