blob: 12883bd1e3f632a436c295895a2db89e779c9afe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 1996, 1997, 1998
* Sleepycat Software. All rights reserved.
*
* @(#)log.src 10.5 (Sleepycat) 4/10/98
*/
PREFIX log
/* Used for registering name/id translations at open or close. */
BEGIN register
ARG opcode u_int32_t lu
DBT name DBT s
DBT uid DBT s
ARG id u_int32_t lu
ARG ftype DBTYPE lx
END
|