X-Git-Url: http://git.archive.openwrt.org/?p=project%2Flibubox.git;a=blobdiff_plain;f=uloop.h;fp=uloop.h;h=2f1eb4c49e12896d11e64bb8e16c0fd8e76b0ef0;hp=756451405381015cb02f390ad43298ec02ae1ef8;hb=1ad3d93eb888ae7db3dd97e43e611979352b1aac;hpb=1f019ceea1ed39286e6bccfb3ff936c22fe0f7c0 diff --git a/uloop.h b/uloop.h index 7564514..2f1eb4c 100644 --- a/uloop.h +++ b/uloop.h @@ -103,7 +103,7 @@ static inline void uloop_end(void) } int uloop_init(void); -void uloop_run(void); +int uloop_run(void); void uloop_done(void); #endif