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 --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 738f254..1430824 100644 --- a/config.h +++ b/config.h @@ -58,8 +58,8 @@ typedef struct { int priority; } prior_def; -const char *pa_config_file_get_path (const char *, const char *, char *, size_t); -bool pa_config_parse_file (struct userdata *, const char *); -bool pa_config_dofile (struct userdata *, const char *); +const char *agl_config_file_get_path (const char *, const char *, char *, size_t); +bool agl_config_parse_file (struct userdata *, const char *); +bool agl_config_dofile (struct userdata *, const char *); #endif -- cgit 1.2.3-korg