[Mplayer-cvslog] CVS: main stream.h,1.4,1.5
Bertrand Baudet
bertrand at users.sourceforge.net
Mon Jun 4 19:51:19 CEST 2001
Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv17558
Modified Files:
stream.h
Log Message:
Added ifndef to prevent multiple header file inclusion.
Index: stream.h
===================================================================
RCS file: /cvsroot/mplayer/main/stream.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** stream.h 2001/05/03 23:32:56 1.4
--- stream.h 2001/06/04 17:51:17 1.5
***************
*** 1,2 ****
--- 1,4 ----
+ #ifndef __STREAM_H
+ #define __STREAM_H
#define STREAM_BUFFER_SIZE 2048
***************
*** 132,133 ****
--- 134,137 ----
void free_stream(stream_t *s);
+
+ #endif // __STREAM_H
_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog
More information about the MPlayer-cvslog
mailing list