home *** CD-ROM | disk | FTP | other *** search
- #ifndef netfiler_H
- #define netfiler_H
-
- /* C header file for NetFiler
- * written by DefMod (Jun 20 1995) on Thu Jun 22 12:12:35 1995
- * Jonathan Coxhead, Acorn Computers Ltd
- */
-
- #ifndef types_H
- #include "types.h"
- #endif
-
- /************************
- * Constant definitions *
- ************************/
- #define message_NET_FILER_NOTIFY 0x40040u
-
- #endif
-