allocate strings in a pool (taken from ncmpc)

This commit is contained in:
unK
2008-09-16 14:43:04 +02:00
parent 77a01b6574
commit ded070c61b
5 changed files with 214 additions and 47 deletions

View File

@@ -37,6 +37,7 @@
# define __W32API_USE_DLLIMPORT__ 1
#endif
#include "str_pool.h"
#include <sys/time.h>
#include <stdarg.h>
#define MPD_BUFFER_MAX_LENGTH 50000