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

    r12875 r21153  
    1313 *                    which depends on this file every time we need to add
    1414 *                    a new prototype for the SunOS machines.
    15  * $Id: missing_protos.h,v 1.2 2007-04-18 19:21:46 eugene Exp $
     15 * $Id: missing_protos.h,v 1.3 2009-01-22 20:43:24 eugene Exp $
    1616 * $Locker:  $
    1717 *
    1818 * $Log: not supported by cvs2svn $
     19 * Revision 1.2  2007/04/18 19:21:46  eugene
     20 * dropping non-standard includes
     21 *
    1922 * Revision 1.1.1.1  2004/11/24 04:39:33  eugene
    2023 * importing elixir components
     
    205208#else  /* not __GNUC__ */
    206209#include <floatingpoint.h>
    207 void perror();
    208 char *strerror();
    209 void *memset();
    210 double drand48();
    211 long strtol();
     210void perror(void);
     211char *strerror(void);
     212void *memset(void);
     213double drand48(void);
     214long strtol(void);
    212215#endif /* __GNUC__ */
    213216#endif /* SUNOS */
Note: See TracChangeset for help on using the changeset viewer.