home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / h / netfiler < prev    next >
Encoding:
Text File  |  1994-06-22  |  745 b   |  25 lines

  1. #ifndef netfiler_H
  2. #define netfiler_H
  3.  
  4. /* C header file for NetFiler
  5.  * written by DefMod (Jun 22 1994) on Wed Jun 22 18:22:50 1994
  6.  * Copyright © Acorn Computers Ltd, 1994
  7.  */
  8.  
  9. /*************************************************************************
  10.  * This source file was written by Acorn Computers Limited. It is part   *
  11.  * of the OSLib library for writing applications for RISC OS. It may be  *
  12.  * used freely in the creation of programs for RISC OS.                  *
  13.  *************************************************************************/
  14.  
  15. #ifndef types_H
  16.    #include "types.h"
  17. #endif
  18.  
  19. /************************
  20.  * Constant definitions *
  21.  ************************/
  22. #define message_NET_FILER_NOTIFY                0x40040u
  23.  
  24. #endif
  25.