Author: wmb Date: 2008-12-04 10:17:30 +0100 (Thu, 04 Dec 2008) New Revision: 1010
Modified: clients/lib/1275.h Log: Changed a prototype in 1275.h to eliminate a compiler warning.
Modified: clients/lib/1275.h =================================================================== --- clients/lib/1275.h 2008-12-04 09:17:25 UTC (rev 1009) +++ clients/lib/1275.h 2008-12-04 09:17:30 UTC (rev 1010) @@ -47,7 +47,7 @@
extern int call_firmware(ULONG *); extern void warn(char *fmt, ...); -int atoi(char *s); +int atoi(const char *s);
void OFClose(ihandle id); phandle OFPeer(phandle device_id);