From acb229813f5845e8b38bea56870211319887f3b4 Mon Sep 17 00:00:00 2001 From: Manuel Bachmann Date: Tue, 14 Jun 2016 11:44:45 +0200 Subject: Rename all internal pa_ definitions to agl_ The plugin often uses "pa_" for its internal structures and functions, which is misleading because this prefix is also used by PulseAudio itself. Thus, reading the code can be confusing. Rename everything to "agl_". Change-Id: Iadd03daf528ec0cbed1cb526aeb3bada757a211f Signed-off-by: Manuel Bachmann --- classify.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classify.h') diff --git a/classify.h b/classify.h index 301a440..336c169 100644 --- a/classify.h +++ b/classify.h @@ -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 -- cgit 1.2.3-korg