mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
11 lines
241 B
C
Vendored
11 lines
241 B
C
Vendored
#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 */
|