This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / sys / ddb / db_access.h
index 2fe5e10..a62edba 100644 (file)
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  *
  * any improvements or extensions that they make and grant Carnegie the
  * rights to redistribute these changes.
  *
- *     $Id$
+ *     $Id: db_access.h,v 1.2 1993/10/16 16:47:05 rgrimes Exp $
  */
 
  */
 
+#ifndef _DDB_DB_ACCESS_H_
+#define _DDB_DB_ACCESS_H_ 1
+
 /*
  *     Author: David B. Golub, Carnegie Mellon University
  *     Date:   7/90
 /*
  *     Author: David B. Golub, Carnegie Mellon University
  *     Date:   7/90
@@ -41,3 +44,4 @@ extern db_expr_t db_get_value(/* db_addr_t addr,
 extern void     db_put_value(/* db_addr_t addr,
                                 int size,
                                 db_expr_t value */);
 extern void     db_put_value(/* db_addr_t addr,
                                 int size,
                                 db_expr_t value */);
+#endif /* _DDB_DB_ACCESS_H_ */