X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fwebsock.h;h=da44a88bebc65b7c7eacfa4af0d082aec132ac29;hb=69a85a68b5883bd97eb662372acb68af137dda7f;hp=0e6807ea36e1c3eb33e36c266197a74b6478b33b;hpb=a38382e89710db2c298f7f101e3ba0cf3681287c;p=src%2Fapp-framework-binder.git diff --git a/src/websock.h b/src/websock.h index 0e6807ea..da44a88b 100644 --- a/src/websock.h +++ b/src/websock.h @@ -70,7 +70,7 @@ extern int websock_continue_v(struct websock *ws, int last, const struct iovec * extern ssize_t websock_read(struct websock *ws, void *buffer, size_t size); extern int websock_drop(struct websock *ws); -extern int websock_dispatch(struct websock *ws); +extern int websock_dispatch(struct websock *ws, int loop); extern struct websock *websock_create_v13(const struct websock_itf *itf, void *closure); extern void websock_destroy(struct websock *ws);