Subversion Repositories shark

Rev

Rev 1655 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1655 giacomo 1
 
2
#ifndef __GBUFFER_H
3
#define __GBUFFER_H
4
 
5
#include "xread.h"
6
 
7
int gbuffer_init(struct xbuffer *ptr, int group, int XC, int YC);
8
 
9
#endif