Oracle Message PCC-02305 - illegal mixing of new and old style C function declarations

ERRORillegal mixing of new and old style C function declarations
CAUSEAll C functions using either the traditional style (K&R style) function declarations or the new (ANSI) style must be declared; the two styles cannot be mixed.
ACTIONAdopt a consist declaration style for functions.