decode.h revision 75344
1/* $FreeBSD: head/usr.sbin/vidcontrol/decode.h 75344 2001-04-09 17:24:29Z sobomax $ */
2
3int decode(FILE *fd, char *buffer, int len);
4