summaryrefslogtreecommitdiffstats
path: root/include/utils.h
blob: 8d0eb38a2073d5f4ca2569ebb0c71078ce43cb35 (plain)
1
2
3
4
5
6
7
#ifndef _UTILS_H_
#define _UTILS_H_

void xfree(const void *ptr);

#endif /* _UTILS_H_ */