Index: trunk/Ohana/src/opihi/include/pcontrol.h
===================================================================
--- trunk/Ohana/src/opihi/include/pcontrol.h	(revision 4689)
+++ trunk/Ohana/src/opihi/include/pcontrol.h	(revision 4693)
@@ -42,12 +42,4 @@
   PCLIENT_GOOD = 1,
 } PclientStat;
-
-typedef struct {
-  char *buffer;
-  int   Nalloc;
-  int   Nreset;
-  int   Nblock;
-  int   Nbuffer;
-} IOBuffer;
 
 typedef struct {
@@ -109,10 +101,4 @@
 # define FREE(X) if (X != NULL) { free (X); }
 # define CLOSE(FD) { if (FD) close (FD); FD = 0; }
-
-/** IOBuffers allow the following operations (see pclient.h) **/
-int  InitIOBuffer (IOBuffer *buffer, int Nalloc);
-int  ReadtoIOBuffer (IOBuffer *buffer, int fd);
-int  FlushIOBuffer (IOBuffer *buffer);
-void FreeIOBuffer (IOBuffer *buffer);
 
 void InitPcontrol ();
