Index: trunk/Ohana/src/opihi/include/psched.h
===================================================================
--- trunk/Ohana/src/opihi/include/psched.h	(revision 4692)
+++ trunk/Ohana/src/opihi/include/psched.h	(revision 4693)
@@ -23,13 +23,4 @@
 
 enum {RANGE_ABS, RANGE_DAY, RANGE_WEEK};
-
-/* socket / pipe communication buffer */
-typedef struct {
-  char *buffer;
-  int   Nalloc;
-  int   Nreset;
-  int   Nblock;
-  int   Nbuffer;
-} IOBuffer;
 
 typedef struct {
@@ -110,7 +101,5 @@
 /* scheduler prototypes */
 
-void InitSched ();
-
-char *memstr (char *m1, char *m2, int n);
+void InitPsched ();
 
 void InitTasks ();
@@ -165,8 +154,4 @@
 int PrintControllerOutput ();
 
-int InitIOBuffer (IOBuffer *buffer, int Nalloc);
-int FlushIOBuffer (IOBuffer *buffer);
-int ReadtoIOBuffer (IOBuffer *buffer, int fd);
-void FreeIOBuffer (IOBuffer *buffer);
 int KillControllerJob (Job *job);
 int CheckControllerStatus ();
