diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-19 13:26:18 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-19 13:26:18 +0000 |
commit | a0592c8cc08b802f86061c88dc6862352b6c3e94 (patch) | |
tree | feda87ba55a404023e62b8d744e2667dccebdc95 /support.h | |
download | mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.tar.gz mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.tar.xz mpd-a0592c8cc08b802f86061c88dc6862352b6c3e94.zip |
Imported ncmpc (mpc-ncures).
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@292 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'support.h')
-rw-r--r-- | support.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/support.h b/support.h new file mode 100644 index 000000000..834dd8cda --- /dev/null +++ b/support.h @@ -0,0 +1,9 @@ + +#ifdef HAVE_LIBGEN_H +#include <libgen.h> +#else +char *basename(char *path); +#endif + +char *utf8(char *str); + |