Skip to content

Commit 79bb038

Browse files
authored
Update request.go
1 parent e87e5d8 commit 79bb038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package sciter
33
/*
44
#include "sciter-x.h"
55
6-
SCDOM_RESULT SCAPI RequestGetRequestType(HREQUEST rq, REQUEST_RQ_TYPE* pType);
6+
extern SCDOM_RESULT SCAPI RequestGetRequestType(HREQUEST rq, REQUEST_RQ_TYPE* pType);
77
*/
88
import "C"
99
import "unsafe"

0 commit comments

Comments
 (0)