IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2003, 11:21:54 PM (23 years ago)
Author:
eugene
Message:

support for -daemon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/imreg/ConfigPID.c

    r69 r74  
    1 # include ".h"
     1# include "imregister.h"
     2# include "imreg.h"
    23
    34static char *PIDMaster = (char *) NULL;
     
    7778  return (TRUE);
    7879}
     80
     81int Shutdown (int status) {
     82
     83  RemovePID ();
     84  exit (status);
     85}
Note: See TracChangeset for help on using the changeset viewer.