diff src/lib/istream-seekable.h @ 6410:e4eb71ae8e96 HEAD

Changed .h ifdef/defines to use <NAME>_H format.
author Timo Sirainen <tss@iki.fi>
date Sun, 16 Sep 2007 11:31:27 +0300
parents 6c0bfc35af03
children 82949209612e
line wrap: on
line diff
--- a/src/lib/istream-seekable.h	Sun Sep 16 11:07:42 2007 +0300
+++ b/src/lib/istream-seekable.h	Sun Sep 16 11:31:27 2007 +0300
@@ -1,5 +1,5 @@
-#ifndef __ISTREAM_SEEKABLE_H
-#define __ISTREAM_SEEKABLE_H
+#ifndef ISTREAM_SEEKABLE_H
+#define ISTREAM_SEEKABLE_H
 
 /* Create a seekable stream from given NULL-terminated list of input streams.
    Try to keep it in memory, but use a temporary file if it's too large.