AmiTimeKeeper/include/clib/screennotify.h

48 lines
1.1 KiB
C

/* Automatically generated header (sfdc 1.11)! Do not edit! */
#ifndef CLIB_SCREENNOTIFY_PROTOS_H
#define CLIB_SCREENNOTIFY_PROTOS_H
/*
** $VER: screennotify_protos.h
**
** C prototypes. For use with 32 bit integers only.
**
** Copyright (c) 2001 Amiga, Inc.
** All Rights Reserved
*/
#include <exec/types.h>
#include <utility/tagitem.h>
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
/* This SFD file was automatically generated by fd2sfd from */
/* fd/screennotify_lib.fd and */
/* include/clib/screennotify_protos.h. */
/*
fd/screennotify_lib.fd
*/
/*
Function definitions for screennotify.library
*/
/*
$VER: screennotify_lib.fd 1.0 (26.03.95)
*/
APTR AddCloseScreenClient(struct Screen * screen, struct MsgPort * port, BYTE pri);
BOOL RemCloseScreenClient(APTR handle);
APTR AddPubScreenClient(struct MsgPort * port, BYTE pri);
BOOL RemPubScreenClient(APTR handle);
APTR AddWorkbenchClient(struct MsgPort * port, BYTE pri);
BOOL RemWorkbenchClient(APTR handle);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* CLIB_SCREENNOTIFY_PROTOS_H */