home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / c / CLib37x.lha / c_lib / source / include / clib / example_protos.h
Encoding:
C/C++ Source or Header  |  1996-12-05  |  425 b   |  20 lines

  1. /*
  2. **      $VER: example_protos.h 37.1 (4.12.96)
  3. **
  4. **      prototypes for example.library
  5. **
  6. **      (C) Copyright 1996 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10. #ifndef CLIB_EXAMPLE_PROTOS_H
  11. #define CLIB_EXAMPLE_PROTOS_H
  12.  
  13. #ifndef EXAMPLE_EXAMPLE_H
  14. #include <example/example.h>
  15. #endif /* EXAMPLE_EXAMPLE_H */
  16.  
  17. ULONG EXF_TestRequest( UBYTE *title, UBYTE *body, UBYTE *gadgets);
  18.  
  19. #endif /* CLIB_EXAMPLE_PROTOS_H */
  20.