aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/hw/xquartz/mach-startup/mach_startup_types.h
blob: 459c750dbd8c02b7e106adfbf8571548b273bdba (plain)
1
2
3
4
5
6
7
8
9
#ifndef _MACH_STARTUP_TYPES_H_
#define _MACH_STARTUP_TYPES_H_

#define STRING_T_SIZE 1024

typedef char string_t[STRING_T_SIZE];
typedef string_t * string_array_t;

#endif