* Make typdefs for the pa_context callback prototypes

* s/pa_context_notify_cb/pa_context_notify_cb_t/g


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@521 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-20 16:01:53 +00:00
parent b36ed4d23a
commit 4566d56e31
7 changed files with 31 additions and 27 deletions

View file

@ -59,8 +59,8 @@ struct pa_context {
uint32_t csyncid;
uint32_t error;
pa_context_state_t state;
void (*state_callback)(pa_context*c, void *userdata);
pa_context_notify_cb_t state_callback;
void *state_userdata;
void (*subscribe_callback)(pa_context *c, pa_subscription_event_type_t t, uint32_t idx, void *userdata);