X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Ftypesafe_cb%2Ftest%2Fcompile_ok-typesafe_cb-undefined.c;h=62867e7e982e98822ed1cc424a7e36c810b55b32;hp=d4ae4ca34964c32345761e07f1861ffe520bee7e;hb=3b9d55bd9c9180cc94de96bf60f7bfa5d5f8f2cc;hpb=610686a9c31ee04adc170f2f13b5d2bb6432a118 diff --git a/ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c b/ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c index d4ae4ca3..62867e7e 100644 --- a/ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c +++ b/ccan/typesafe_cb/test/compile_ok-typesafe_cb-undefined.c @@ -30,11 +30,11 @@ static void my_callback(const struct undefined *undef) { } -static void my_callback_pre(int x, const struct undefined *undef) +static void my_callback_pre(int x, struct undefined *undef) { } -static void my_callback_post(const struct undefined *undef, int x) +static void my_callback_post(struct undefined *undef, int x) { }