From 0a38f9f8cde03a188c79f66dc4b005d83a6f0cfd Mon Sep 17 00:00:00 2001 From: root Date: Thu, 18 Dec 2008 08:46:41 +0100 Subject: Initial commit --- readline.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 readline.h (limited to 'readline.h') diff --git a/readline.h b/readline.h new file mode 100644 index 0000000..ab674ad --- /dev/null +++ b/readline.h @@ -0,0 +1,23 @@ +/* + * readline.h: A plugin for the Video Disk Recorder + * + * See the README file for copyright information and how to reach the author. + * + * $Id$ + */ + +#ifndef __readline_h_ +#define __readline_h_ + +#include + +class cReadLineInfosatepg { +private: + char *buffer; +public: + cReadLineInfosatepg(void); + ~cReadLineInfosatepg(); + char *Read(FILE *f,size_t *size); + }; + +#endif -- cgit v1.2.3