summaryrefslogtreecommitdiffstats
path: root/private/os2/client/thunk/thunkcom/error.h
blob: df6b3f57a9902d8b1a946dc26bb68d67a1a63008 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *      Thunk Compiler Error Declarations
 *
 *      Copyright (c) 1988, 1989, 1990 Microsoft Corp. All rights reserved.
 */



#ifndef _ERROR_
#define _ERROR_

extern int errors;
#if 0
extern int errno;

extern void fatal( char *format, va_list);
extern void warn(  char *format, va_list);
extern void error( char *format, va_list);
extern char *unix_error_string( int);
extern void set_program_name( char *name);
#endif

#endif