Make order of arguments in function prototypes match definitions
Found by cppcheck:
apm_funcs.c:1026:45: warning:
Function 'ApmSubsequentSolidBresenhamLine' argument order different:
declaration 'pScrn, x1, y1, octant, err, e1, e2, length'
definition 'pScrn, x1, y1, e1, e2, err, length, octant'
[funcArgOrderDifferent]
apm_funcs.c:1087:49: warning:
Function 'ApmSubsequentSolidBresenhamLine6422' argument order different:
declaration 'pScrn, x1, y1, octant, err, e1, e2, length'
definition 'pScrn, x1, y1, e1, e2, err, length, octant'
[funcArgOrderDifferent]