From 8e356e8560c1650463d7fa1c96d7c4bc3b7c111c Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 29 Jan 2010 13:50:45 +0000 Subject: [PATCH] remove weak export tags from two typedefs, they were added by mistake git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3894 0c269be4-1314-0410-8aa9-9f06e86f4224 --- jack/transport.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jack/transport.h b/jack/transport.h index da321d5..abe9219 100644 --- a/jack/transport.h +++ b/jack/transport.h @@ -192,7 +192,7 @@ int jack_release_timebase (jack_client_t *client) JACK_OPTIONAL_WEAK_EXPORT; */ typedef int (*JackSyncCallback)(jack_transport_state_t state, jack_position_t *pos, - void *arg) JACK_OPTIONAL_WEAK_EXPORT; + void *arg); /** * Register (or unregister) as a slow-sync client, one that cannot @@ -271,7 +271,7 @@ typedef void (*JackTimebaseCallback)(jack_transport_state_t state, jack_nframes_t nframes, jack_position_t *pos, int new_pos, - void *arg) JACK_OPTIONAL_WEAK_EXPORT; + void *arg); /** * Register as timebase master for the JACK subsystem.