Skip to content

Commit a9e2566

Browse files
authored
Merge pull request #72 from ehocdet/VSC_new_f
fix VSC_new_f
2 parents 6e371cf + 536f574 commit a9e2566

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)