summaryrefslogtreecommitdiffstats
path: root/classify.h
diff options
context:
space:
mode:
Diffstat (limited to 'classify.h')
-rw-r--r--classify.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/classify.h b/classify.h
new file mode 100644
index 0000000..301a440
--- /dev/null
+++ b/classify.h
@@ -0,0 +1,8 @@
+#ifndef paaglclassify
+#define paaglclassify
+
+#include "userdata.h"
+
+agl_node_type pa_classify_guess_stream_node_type (struct userdata *, pa_proplist *);
+
+#endif