summaryrefslogtreecommitdiffstats
path: root/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/mac_xpidl.h
blob: bb1c50485f3bc81ee7adc831a62beb7137a2311f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
	mac_xpidl.h
	
	prototypes for the Mac CodeWarrior plugin version of xpidl.
	
	by Patrick C. Beard.
 */

#pragma once

#ifdef __cplusplus
extern "C" {
#endif

#ifndef _STDIO_H
#include <stdio.h>
#endif

size_t mac_get_file_length(const char* filename);
void mac_warning(const char* warning_message);
void mac_error(const char* error_message);

#ifdef __cplusplus
}
#endif