]> andersk Git - moira.git/blob - util/et/internal.h
sync'ing files for RCS->CVS migration
[moira.git] / util / et / internal.h
1 /*
2  * internal include file for com_err package
3  */
4 #include "mit-sipb-copyright.h"
5 #ifndef __STDC__
6 #undef const
7 #define const
8 #endif
9
10 extern int errno;
11 extern char const * const sys_errlist[];
12 extern const int sys_nerr;
13
14 #ifdef __STDC__
15 void perror (const char *);
16 #else
17 void perror ();
18 #endif
This page took 0.050747 seconds and 5 git commands to generate.