]> git.uio.no Git - u/mrichter/AliRoot.git/blob - HLT/comp/errhand.h
started code cleanup of Huffman encoding package, using AliAltroRawStreamV3 for data...
[u/mrichter/AliRoot.git] / HLT / comp / errhand.h
1 /* @(#) $Id$ */
2
3 /************************* Start of ERRHAND.H ************************/
4
5 #ifndef _ERRHAND_H
6 #define _ERRHAND_H
7
8
9 void fatal_error( char *fmt, ... );
10
11 #endif  /* _ERRHAND_H */
12
13 /************************** End of ERRHAND.H *************************/
14