This commit was manufactured by cvs2svn to create tag 'buildscript'.
[IRC.git] /
1 #ifndef _MACHINEPILE_H_
2 #define _MACHINEPILE_H_
3
4 #include "mcpileq.h"
5 #include <stdio.h>
6 #include <stdlib.h>
7
8 void insertPile(int, unsigned int, short, short *, prefetchpile_t **);
9
10 #endif