Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / comerr / internal.h
1 /*
2 * internal include file for afs_com_err package
3 *
4 */
5 #include "mit-sipb-cr.h"
6 #include <errno.h>
7 #include <stdlib.h>
8 #include <stdio.h> /* perror() */
9
10 extern void yyerror(const char *s);
11 extern char *xmalloc(unsigned int size);