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

    r21060 r21153  
    181181/* KapaColors */
    182182int KapaColorByName (char *name);
    183 int KapaColormapSize ();
     183int KapaColormapSize (void);
    184184char *KapaColorRGBString (int N);
    185185char *KapaColorName (int N);
     
    188188
    189189/* RotFont.c */
    190 void InitRotFonts PROTO(());
     190void InitRotFonts PROTO((void));
    191191int SetRotFont PROTO((char *name, int size));
    192192char *GetRotFont PROTO((int *size));
Note: See TracChangeset for help on using the changeset viewer.