Rename all internal pa_ definitions to agl_
[staging/agl-audio-plugin.git] / classify.h
index 301a440..336c169 100644 (file)
@@ -3,6 +3,6 @@
 
 #include "userdata.h"
 
-agl_node_type pa_classify_guess_stream_node_type (struct userdata *,  pa_proplist *);
+agl_node_type agl_classify_guess_stream_node_type (struct userdata *,  pa_proplist *);
 
 #endif