aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/gopkg.in/olebedev/go-duktape.v3/duk_print_alert.h
blob: fe040736836e784e1565d43597144be430d86c36 (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                     
#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 */