1 /* $Header: d:/cvsroot/tads/tads3/vmbifreg.h,v 1.2 1999/05/17 02:52:29 MJRoberts Exp $ */
2 
3 /*
4  *   Copyright (c) 1998, 2002 Michael J. Roberts.  All Rights Reserved.
5  *
6  *   Please see the accompanying license file, LICENSE.TXT, for information
7  *   on using and copying this software.
8  */
9 /*
10 Name
11   vmbifreg.h - built-in function set registry definitions
12 Function
13 
14 Notes
15 
16 Modified
17   12/05/98 MJRoberts  - Creation
18 */
19 
20 #ifndef VMBIFREG_H
21 #define VMBIFREG_H
22 
23 #include "vmbif.h"
24 
25 /* ------------------------------------------------------------------------ */
26 /*
27  *   Declare the global static table
28  */
29 extern vm_bif_entry_t G_bif_reg_table[];
30 
31 #endif /* VMBIFREG_H */
32 
33