Trim aoview_serial_set_callback args down to just port and callback
[fw/altos] / aoview / aoview.h
index 800349ec09c68ed9b1f1ce054e40dcd3e434a9b7..4ed0ffaba51804005c83fd05a42ba7419c06f137 100644 (file)
@@ -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, ...);