Move xmalloc to the public side (libpolyp).

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@908 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-05-17 16:34:18 +00:00
parent cdd3588f3a
commit d9cc2cfcb9
105 changed files with 193 additions and 109 deletions

View file

@ -33,8 +33,9 @@
#include <inttypes.h>
#include <string.h>
#include <polyp/xmalloc.h>
#include "utf8.h"
#include "xmalloc.h"
#define FILTER_CHAR '_'