summaryrefslogtreecommitdiff
path: root/aoview/aoview.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-07-18 00:43:22 -0700
committerKeith Packard <keithp@keithp.com>2009-07-18 00:43:22 -0700
commit1e5e98bd8f5ea0bc15592de454e3629383462371 (patch)
treef9a3088baebc0f2d3f5f0654dc4e8a526d0744c1 /aoview/aoview.h
parent08f37056deec25d77062bc411a04033401b033a5 (diff)
Trim aoview_serial_set_callback args down to just port and callback
Diffstat (limited to 'aoview/aoview.h')
-rw-r--r--aoview/aoview.h4
1 files changed, 1 insertions, 3 deletions
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, ...);