f3bcd41912
Ethernet and additionally provides a streaming server. WWW: http://www.menzebach.de/ Requested by: bluescreen of bsdforen.de Tested by: bluescreen of bsdforen.de
11 lines
259 B
C++
11 lines
259 B
C++
--- pesstream.h.orig Fri Jan 6 20:44:26 2006
|
|
+++ pesstream.h Fri Jan 6 20:49:04 2006
|
|
@@ -25,7 +25,7 @@
|
|
private:
|
|
static int m_st_nr;
|
|
int m_nr;
|
|
- enum S_TYPE m_stype;
|
|
+ S_TYPE m_stype;
|
|
class CBuffer * mp_cbuf;
|
|
class xlist * mp_list;
|
|
|