Subversion Repositories shark

Rev

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

#ifndef __SNAPSHOT_H__
#define __SNAPSHOT_H__

void* snapshot_getslot(int nbuff, int wx, int wy, int bytesperpixel);
void  snapshot_freeslot(int nbuff);
void  snapshot_grab(int nbuff);
int   snapshot_save_pgm(int nbuff, char *fname);
int   snapshot_save_ppm(int nbuff, char *fname);

#endif