$OpenBSD: patch-encoder-jpeg_cc,v 1.1 2002/10/06 22:28:49 naddy Exp $
--- encoder-jpeg.cc.orig	Mon Oct  7 00:19:26 2002
+++ encoder-jpeg.cc	Mon Oct  7 00:19:35 2002
@@ -126,12 +126,12 @@ class JpegEncoder : public TransmitterMo
     void size(int w, int h);
     int consume(const VideoFrame*);
 
-  protected:
     struct huffentry {
 	u_short val;
 	u_short nb;
     };
 
+  protected:
     int command(int argc, const char*const* argv);
 
 	int flush(Transmitter::pktbuf* pb, int nbit, Transmitter::pktbuf* npb);
