From e7d6d472c21aa80c28be01c0d6dcbfd250d57a25 Mon Sep 17 00:00:00 2001 From: nima Date: Mon, 30 Jun 2008 12:08:58 +0000 Subject: First commit to SVN. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@1 abc39116-655e-4be6-ad55-d661dc543056 --- global.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 global.h (limited to 'global.h') diff --git a/global.h b/global.h new file mode 100644 index 0000000..a1a911a --- /dev/null +++ b/global.h @@ -0,0 +1,7 @@ +#ifndef GLOB +#define GLOB 1 + +struct opt opt; +char buffer[50000]; + +#endif -- cgit