1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Comment and documentation changes. (CVS 331)

FossilOrigin-Name: e8595579a5218aa3f344f967a23ac52ea89daca1
This commit is contained in:
drh
2001-12-15 14:22:18 +00:00
parent a3cf986fa5
commit 6446c4dc67
7 changed files with 103 additions and 61 deletions

View File

@@ -10,9 +10,10 @@
**
*************************************************************************
** This header file defines the interface that the sqlite B-Tree file
** subsystem.
** subsystem. See comments in the source code for a detailed description
** of what each interface routine does.
**
** @(#) $Id: btree.h,v 1.17 2001/11/07 14:22:00 drh Exp $
** @(#) $Id: btree.h,v 1.18 2001/12/15 14:22:19 drh Exp $
*/
#ifndef _BTREE_H_
#define _BTREE_H_