Skip to content

Commit 536f574

Browse files
author
Emmanuel Hocdet
committed
fix VSC_new_f
1 parent 6e371cf commit 536f574

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/varnishapi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ class VSC_point20(Structure):
159159

160160
#typedef void *VSC_new_f(void *priv, const struct VSC_point *const pt);
161161
VSC_new_f = CFUNCTYPE(
162-
None,
162+
c_void_p,
163163
c_void_p,
164164
POINTER(VSC_point20)
165165
)

0 commit comments

Comments
 (0)