X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=sball;a=blobdiff_plain;f=src%2Fsball.h;fp=src%2Fsball.h;h=797e132b217871384ad26f113f2acf9e48af5101;hp=67ff1cf4466cb164ca72490ef8d844b9207f9598;hb=3c1dc0f43eade1f8e59f74ffcc41153ed0dff15f;hpb=aae3666f514af7606db0fe34c601bfdafa4cb7dc diff --git a/src/sball.h b/src/sball.h index 67ff1cf..797e132 100644 --- a/src/sball.h +++ b/src/sball.h @@ -5,5 +5,7 @@ struct sball; struct sball *sball_open(const char *dev); void sball_close(struct sball *sb); +int sball_fd(struct sball *sb); +int sball_read(struct sball *sb); #endif /* SBALL_H_ */