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

    r17419 r21153  
    55# ifndef MANA_H
    66
    7 void InitMana ();
    8 void FreeMana ();
     7void InitMana (void);
     8void FreeMana (void);
    99int *findrowpeaks (float *row, int Nrow, float threshold, int *npeaks);
    1010
Note: See TracChangeset for help on using the changeset viewer.