|
From: Andre R. <and...@us...> - 2004-10-24 17:11:05
|
Update of /cvsroot/frontierkernel/Frontier/Common/SystemHeaders In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26034/Frontier/Common/SystemHeaders Modified Files: land.h Log Message: Switch typedef of landqueuepopcallback funtion pointer to use explicit argument list. Index: land.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/SystemHeaders/land.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** land.h 9 Oct 2004 06:17:25 -0000 1.1 --- land.h 24 Oct 2004 17:10:56 -0000 1.2 *************** *** 84,88 **** typedef pascal OSErr (*landfilespeccallback) (FSSpec *); ! typedef pascal boolean (*landqueuepopcallback) (...); typedef pascal OSErr (*tyeventcreatecallback)(AEEventClass theAEEventClass, AEEventID theAEEventID, const AEAddressDesc *target, short returnID, long transactionID, AppleEvent *result); --- 84,88 ---- typedef pascal OSErr (*landfilespeccallback) (FSSpec *); ! typedef pascal boolean (*landqueuepopcallback) (Handle, long); /* 2004-10-24 aradke: param list was ... */ typedef pascal OSErr (*tyeventcreatecallback)(AEEventClass theAEEventClass, AEEventID theAEEventID, const AEAddressDesc *target, short returnID, long transactionID, AppleEvent *result); |