IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2009, 10:43:26 AM (17 years ago)
Author:
eugene
Message:

lots of very minor API mods to satisfy some pickier compilers (supply void to prototypes for argument-less functions)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/elixir/include/elixir.h

    r10338 r21153  
    103103char     *GetPhotcodeExt (char *file);
    104104char     *GetPhotcodeMef (char *file);
    105 Machine  *GrabMachine ();
    106 Cluster  *InitCluster ();
    107 Process  *InitProcess (char *name, Queue *pending, Queue *failure, int (*mkargs)());
    108 Queue    *InitQueue ();
     105Machine  *GrabMachine (void);
     106Cluster  *InitCluster (void);
     107Process  *InitProcess (char *name, Queue *pending, Queue *failure, int (*mkargs)(void));
     108Queue    *InitQueue (void);
    109109FILE     *LogOpen (char *filename);
    110110char     *PathFilename (char *file);
     
    114114int       CheckEndingState (Process *global, int Nobjects, int Dynamic);
    115115int       CheckMachineStatus (Machine *machine);
    116 int       CheckMessages ();
     116int       CheckMessages (void);
    117117int       CheckProcess (Process *process);
    118118void      CloseMachine (Machine *machine);
     
    124124int       DumpProcessTimes (char *filename);
    125125int       DumpStatus (char *filename);
    126 void      ElixirStop ();
     126void      ElixirStop (void);
    127127int       FlushFifo (Fifo *fifo);
    128128void      FreeArgs (int argc, char **argv, int *argd);
    129129void      FreeFifo (Fifo *fifo);
    130 int       GetDynamicState ();
    131 double    GetTimeout ();
     130int       GetDynamicState (void);
     131double    GetTimeout (void);
    132132void      HaltElixir (char *pidfile);
    133133int       HalttoRestart (char *pidfile);
     
    149149int       ReadtoFifo (Fifo *fifo, int sock);
    150150void      RegisterTimeout (double value);
    151 void      RemovePID ();
     151void      RemovePID (void);
    152152void      Restart (char **argv);
    153 void      RestartMachines ();
     153void      RestartMachines (void);
    154154void      SIG_DIE (int sig);
    155155void      SIG_MESSAGE (int sig);
     
    157157void      SIG_RELOAD (int sig);
    158158void      SIG_STOP (int sig);
    159 int       SetExitTimer ();
     159int       SetExitTimer (void);
    160160void      SetMessageFile (char *filename);
    161161int       ShiftFifo (Fifo *fifo);
Note: See TracChangeset for help on using the changeset viewer.