From 268b0823860274d6079c5dd307770a0769d404ef Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Thu, 25 Mar 2004 11:44:59 +0000 Subject: Added support for a configuration file ~/.ncmpcrc and color support. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@473 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- support.h | 1 + 1 file changed, 1 insertion(+) (limited to 'support.h') diff --git a/support.h b/support.h index da5ac5ed8..9e1a1b866 100644 --- a/support.h +++ b/support.h @@ -3,6 +3,7 @@ #include #endif +char *concat_path(char *p1, char *p2); #ifndef HAVE_BASENAME char *basename(char *path); -- cgit v1.2.3