=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/plugin/oxmisc2.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- OpenXM/src/kan96xx/plugin/oxmisc2.c 2002/11/08 02:54:12 1.16 +++ OpenXM/src/kan96xx/plugin/oxmisc2.c 2002/11/08 14:18:02 1.17 @@ -1,4 +1,4 @@ -/* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc2.c,v 1.15 2002/11/07 23:52:20 takayama Exp $ */ +/* $OpenXM: OpenXM/src/kan96xx/plugin/oxmisc2.c,v 1.16 2002/11/08 02:54:12 takayama Exp $ */ #include #include "ox_kan.h" #include "oxmisc2.h" /* This file requires sm1 object description. */ @@ -1329,11 +1329,26 @@ void oxClientListRemove(struct object ob) { /* errorOxmisc2("oxClientListRemove(): the client table is full.\n");*/ } } +static void KoxCleanClientList() { + extern int OxClientListn; + extern struct object OxClientList[]; + int i,j,n; + struct object ob; + n = 0; + for (i=0; i