blob: 985f8ca7fa447e504770a1cd3b7ea3e5b2ec3e9f [file] [log] [blame]
#ifndef ISL_PRINTER_TYPE_H
#define ISL_PRINTER_TYPE_H
#if defined(__cplusplus)
extern "C" {
#endif
struct isl_printer;
typedef struct isl_printer isl_printer;
#if defined(__cplusplus)
}
#endif
#endif