aboutsummaryrefslogtreecommitdiff
path: root/lzio.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lzio.h (renamed from zio.h)11
1 files changed, 6 insertions, 5 deletions
diff --git a/zio.h b/lzio.h
index c688df55..31ce948e 100644
--- a/zio.h
+++ b/lzio.h
@@ -1,11 +1,12 @@
1/* 1/*
2* zio.h 2** $Id: $
3* a generic input stream interface 3** Buffered streams
4* $Id: zio.h,v 1.4 1997/06/19 18:55:28 roberto Exp roberto $ 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7#ifndef zio_h 7
8#define zio_h 8#ifndef lzio_h
9#define lzio_h
9 10
10#include <stdio.h> 11#include <stdio.h>
11 12