summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-10-11 11:03:16 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2012-10-11 11:03:16 -0400
commit91d2d75832d52d06e8f677483af643712fd0273a (patch)
treeeb6553b6cf87d9bc70c6deeb5bac6559281fc0fa /include
parenta2f0f3aa376fc1d874064adff0b5d010533a4d48 (diff)
downloadjack1-91d2d75832d52d06e8f677483af643712fd0273a.tar.gz
add internal function jack_event_type_name() for prettier error messages concerning client event handling
Diffstat (limited to 'include')
-rw-r--r--include/internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/internal.h b/include/internal.h
index e11454b..4f75a3c 100644
--- a/include/internal.h
+++ b/include/internal.h
@@ -224,6 +224,8 @@ typedef enum {
LatencyCallback
} JackEventType;
+const char* jack_event_type_name (JackEventType);
+
typedef struct {
JackEventType type;
union {