mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
20 lines
388 B
Plaintext
20 lines
388 B
Plaintext
|
/*-
|
||
|
* 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
|