]> andersk Git - moira.git/blame - util/et/internal.h
sync'ing files for RCS->CVS migration
[moira.git] / util / et / internal.h
CommitLineData
d1b2a10e 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
10extern int errno;
11extern char const * const sys_errlist[];
12extern const int sys_nerr;
13
14#ifdef __STDC__
15void perror (const char *);
16#else
17void perror ();
18#endif
This page took 0.064935 seconds and 5 git commands to generate.