summaryrefslogtreecommitdiff
path: root/libjack/local.h
diff options
context:
space:
mode:
authorpbd <pbd@0c269be4-1314-0410-8aa9-9f06e86f4224>2006-05-15 17:12:44 +0000
committerpbd <pbd@0c269be4-1314-0410-8aa9-9f06e86f4224>2006-05-15 17:12:44 +0000
commit7e8cf3c23c729342d42d9270dd2cd11834a9db19 (patch)
tree8909f3b6e91a16523a9cfe54ae3c03765f928c73 /libjack/local.h
parent2e06b7b6c3affbb642de54f4648e80a268f23849 (diff)
downloadjack1-7e8cf3c23c729342d42d9270dd2cd11834a9db19.tar.gz
reworked config headers etc; rework clockfix patch; exit if -R requested but unobtainable
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@948 0c269be4-1314-0410-8aa9-9f06e86f4224
Diffstat (limited to 'libjack/local.h')
-rw-r--r--libjack/local.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libjack/local.h b/libjack/local.h
index b48543d..bcd8fb5 100644
--- a/libjack/local.h
+++ b/libjack/local.h
@@ -1,7 +1,7 @@
#ifndef __jack_libjack_local_h__
#define __jack_libjack_local_h__
-/* Client data structure, in the client's address space. */
+/* Client data structure, in the client address space. */
struct _jack_client {
jack_control_t *engine;
@@ -52,4 +52,6 @@ extern jack_port_t *jack_port_new (const jack_client_t *client,
extern void *jack_zero_filled_buffer;
+extern void jack_set_clock_source (jack_timer_type_t);
+
#endif /* __jack_libjack_local_h__ */