11 lines
241 B
C
11 lines
241 B
C
|
#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 */
|