mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
9f2a4b378f
* String payload * Verify ENS Names * Update status-protocol-go
19 lines
354 B
C
Vendored
19 lines
354 B
C
Vendored
#if !defined(DUK_PRINT_ALERT_H_INCLUDED)
|
|
#define DUK_PRINT_ALERT_H_INCLUDED
|
|
|
|
#include "duktape.h"
|
|
|
|
#if defined(__cplusplus)
|
|
extern "C" {
|
|
#endif
|
|
|
|
/* No flags at the moment. */
|
|
|
|
extern void duk_print_alert_init(duk_context *ctx, duk_uint_t flags);
|
|
|
|
#if defined(__cplusplus)
|
|
}
|
|
#endif /* end 'extern "C"' wrapper */
|
|
|
|
#endif /* DUK_PRINT_ALERT_H_INCLUDED */
|