X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=aoview%2Faoview.h;h=4ed0ffaba51804005c83fd05a42ba7419c06f137;hb=1e5e98bd8f5ea0bc15592de454e3629383462371;hp=800349ec09c68ed9b1f1ce054e40dcd3e434a9b7;hpb=ddfa2308c0be4c002f982ae9da6032ee7854117d;p=fw%2Faltos diff --git a/aoview/aoview.h b/aoview/aoview.h index 800349ec..4ed0ffab 100644 --- a/aoview/aoview.h +++ b/aoview/aoview.h @@ -160,9 +160,7 @@ typedef void (*aoview_serial_callback)(gpointer user_data, struct aoview_serial void aoview_serial_set_callback(struct aoview_serial *serial, - aoview_serial_callback func, - gpointer data, - GDestroyNotify notify); + aoview_serial_callback func); void aoview_serial_printf(struct aoview_serial *serial, char *format, ...);