This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
Browse Source
add missing prototype jack_messagebuffer_thread_init ()
git-svn-id: svn+ssh://jackaudio.org/trunk/jack@3893 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.120.1
torben
16 years ago
parent
bec1a45a67
commit
a9daca5930
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
jack/messagebuffer.h
+ 2
- 0
jack/messagebuffer.h
View File
@@ -39,4 +39,6 @@ void jack_message_buffer_thread_init (void (*cb)(void*), void*);
void jack_messagebuffer_add(const char *fmt, ...);
void jack_messagebuffer_thread_init (void (*cb)(void*), void* arg);
#endif /* __jack_messagebuffer_h__ */
Write
Preview
Loading…
Cancel
Save