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

    r17530 r21153  
    7878  int      cursor_x;       /* location of cursor (if selected) */
    7979  int      cursor_y;       /* location of cursor (if selected) */
    80   int    (*function) ();   /* textline function */
     80  int    (*function) (void);   /* textline function */
    8181} TextBox;
    8282
Note: See TracChangeset for help on using the changeset viewer.