X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vpp-api%2Fpython%2Fpneum%2Fpneum.h;h=75b10f8df455280fc620b3a2047e81dfe4d6b6fe;hb=b8602b595fc89fe8b8fb00cef4820eedf225a93e;hp=75fccf84bcf18d443dc09d1fb8e0bb5b0d590e0b;hpb=d4bc9af55fc9a7bb5133da8c863569497cb92cd0;p=vpp.git diff --git a/vpp-api/python/pneum/pneum.h b/vpp-api/python/pneum/pneum.h index 75fccf84bcf..75b10f8df45 100644 --- a/vpp-api/python/pneum/pneum.h +++ b/vpp-api/python/pneum/pneum.h @@ -15,7 +15,7 @@ #ifndef included_pneum_h #define included_pneum_h -int pneum_connect(char *name); +int pneum_connect(char * name, char * chroot_prefix); int pneum_disconnect(void); int pneum_read(char **data, int *l); int pneum_write(char *data, int len);