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/nightd/include/nightd.h

    r3466 r21153  
    2828int SetPID (pid_t *Xpid, char *Xuser, char *Xmachine);
    2929int GetDateTime (char *datestr, char *timestr, float *time);
    30 int WaitForMinute ();
    31 int GetStatus ();
    32 int ResetConfig ();
    33 int SendShutdown ();
    34 int StartUp ();
    35 int SetSignals ();
     30int WaitForMinute (void);
     31int GetStatus (void);
     32int ResetConfig (void);
     33int SendShutdown (void);
     34int StartUp (void);
     35int SetSignals (void);
    3636void ToggleSuspend (int sig);
    3737void Shutdown (int sig);
     
    4040char *ExpandWords (char *line);
    4141int pcommand (char *line, int timeout);
    42 int WaitForPeriod ();
     42int WaitForPeriod (void);
    4343int DoCommand (char *command, char *name);
    4444int freeargs (char **arglist);
Note: See TracChangeset for help on using the changeset viewer.