home *** CD-ROM | disk | FTP | other *** search
- #ifndef netfiler_H
- #define netfiler_H
-
- /* C header file for NetFiler
- * written by DefMod (Jun 22 1994) on Wed Jun 22 18:22:50 1994
- * Copyright © Acorn Computers Ltd, 1994
- */
-
- /*************************************************************************
- * This source file was written by Acorn Computers Limited. It is part *
- * of the OSLib library for writing applications for RISC OS. It may be *
- * used freely in the creation of programs for RISC OS. *
- *************************************************************************/
-
- #ifndef types_H
- #include "types.h"
- #endif
-
- /************************
- * Constant definitions *
- ************************/
- #define message_NET_FILER_NOTIFY 0x40040u
-
- #endif
-