FDECL, NDECL in outdated
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
#ifdef AMII_GRAPHICS /* too early in the file? too late? */
|
||||
|
||||
#ifdef AMIFLUSH
|
||||
static struct Message *FDECL(GetFMsg, (struct MsgPort *));
|
||||
static struct Message *GetFMsg(struct MsgPort *);
|
||||
#endif
|
||||
|
||||
static int BufferGetchar(void);
|
||||
@@ -126,7 +126,7 @@ struct NewWindow *nw;
|
||||
* Close a window that shared the HackPort IDCMP port.
|
||||
*/
|
||||
|
||||
void FDECL(CloseShWindow, (struct Window *));
|
||||
void CloseShWindow(struct Window *);
|
||||
void
|
||||
CloseShWindow(win)
|
||||
struct Window *win;
|
||||
|
||||
Reference in New Issue
Block a user