diff stream/cache2.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 5385740067a1
children 3baf6a2283da
line wrap: on
line diff
--- a/stream/cache2.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/stream/cache2.h	Mon Jul 02 22:34:45 2007 +0000
@@ -1,5 +1,5 @@
-#ifndef _cache2_h
-#define _cache2_h
+#ifndef CACHE2_H
+#define CACHE2_H
 
 extern void cache_uninit(stream_t *s);