summaryrefslogtreecommitdiff
path: root/example-clients
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2018-10-10 16:03:34 +0200
committerfalkTX <falktx@gmail.com>2018-10-10 16:03:34 +0200
commitf2398abc096f487f7d2d98b64ed30c789a1646aa (patch)
tree3b6028450e41875a389a2442632ae76fb61d64d1 /example-clients
parent1b2eb663cceedfb19be0f606c9df9de64cb9d474 (diff)
downloadjack2-f2398abc096f487f7d2d98b64ed30c789a1646aa.tar.gz
Use JACK_LIB_EXPORT for inprocess example
Fixes usage when jack is built with -fvisiblity=hidden Signed-off-by: falkTX <falktx@gmail.com>
Diffstat (limited to 'example-clients')
-rw-r--r--example-clients/inprocess.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example-clients/inprocess.c b/example-clients/inprocess.c
index 42b1a24c..1b855c20 100644
--- a/example-clients/inprocess.c
+++ b/example-clients/inprocess.c
@@ -56,6 +56,7 @@ inprocess (jack_nframes_t nframes, void *arg)
* @return 0 if successful; otherwise jack_finish() will be called and
* the client terminated immediately.
*/
+JACK_LIB_EXPORT
int
jack_initialize (jack_client_t *client, const char *load_init)
{
@@ -115,6 +116,7 @@ jack_initialize (jack_client_t *client, const char *load_init)
*
* @param arg the same parameter provided to inprocess().
*/
+JACK_LIB_EXPORT
void
jack_finish (void *arg)
{