aboutsummaryrefslogtreecommitdiffstats
path: root/support.h
diff options
context:
space:
mode:
authorKalle Wallin <kaw@linux.se>2004-03-29 18:15:45 +0000
committerKalle Wallin <kaw@linux.se>2004-03-29 18:15:45 +0000
commit8c7736fc1ad24bafcc178e4363cc49a1c4e57494 (patch)
treeda9fba7ecf15f4acb372e112799bb1b48d3db5fc /support.h
parent4ec34bcde02a6bd4cbf3e7b8db2adcad1d48689c (diff)
downloadmpd-8c7736fc1ad24bafcc178e4363cc49a1c4e57494.tar.gz
mpd-8c7736fc1ad24bafcc178e4363cc49a1c4e57494.tar.xz
mpd-8c7736fc1ad24bafcc178e4363cc49a1c4e57494.zip
Removed the concat_path() function.
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@540 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'support.h')
-rw-r--r--support.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/support.h b/support.h
index adba8a05d..f94936ce5 100644
--- a/support.h
+++ b/support.h
@@ -3,8 +3,6 @@
#include <libgen.h>
#endif
-char *concat_path(char *p1, char *p2);
-
#ifndef HAVE_BASENAME
char *basename(char *path);
#endif