summaryrefslogtreecommitdiffstats
path: root/src/types.h
blob: bc246877dbf7fbc9ec5b1984dddb3689731a3fb2 (plain) (blame)
1
2
3
4
5
6
#ifndef _TYPES_H_
#define _TYPES_H_

#define UNUSED __attribute__ ((unused))

#endif