home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / dbase / vviews.zip / SPACEPRO.H < prev    next >
C/C++ Source or Header  |  1990-09-27  |  895b  |  29 lines

  1.  
  2. /* spacepro.h
  3.  
  4. The following are the function prototypes for each user-installed function
  5. referred to in the specified form or library.  User-installed functions
  6. include begin, end, validation, scroll, and action functions installed for
  7. forms, fields, or scrollable regions.
  8.  
  9. This file was created: 27-Sep-90   11:20:05
  10.  
  11. */
  12.  
  13. #ifdef LINT_ARGS
  14. PROTOTYPE int FASTCALL bfmtransport(FORMPTR);
  15. PROTOTYPE int FASTCALL dest_check_mark(FORMPTR);
  16. PROTOTYPE int FASTCALL efmdestination(FORMPTR);
  17. PROTOTYPE int FASTCALL efmtransport(FORMPTR);
  18. PROTOTYPE int FASTCALL exit_function(FORMPTR);
  19. PROTOTYPE int FASTCALL tran_check_mark(FORMPTR);
  20. #else
  21. extern int FASTCALL bfmtransport();
  22. extern int FASTCALL dest_check_mark();
  23. extern int FASTCALL efmdestination();
  24. extern int FASTCALL efmtransport();
  25. extern int FASTCALL exit_function();
  26. extern int FASTCALL tran_check_mark();
  27. #endif
  28.  
  29.