diff options
Diffstat (limited to 'src/notification_proxy.h')
| -rw-r--r-- | src/notification_proxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notification_proxy.h b/src/notification_proxy.h index cc25a95..f641e25 100644 --- a/src/notification_proxy.h +++ b/src/notification_proxy.h | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | struct np_client_private { | 29 | struct np_client_private { |
| 30 | property_list_service_client_t parent; | 30 | property_list_service_client_t parent; |
| 31 | mutex_t mutex; | 31 | mutex_t mutex; |
| 32 | thread_t notifier; | 32 | THREAD_T notifier; |
| 33 | }; | 33 | }; |
| 34 | 34 | ||
| 35 | void* np_notifier(void* arg); | 35 | void* np_notifier(void* arg); |
