X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-tcl.git;a=blobdiff_plain;f=cdb%2Flookup.c;h=fb73f1f5f6b40864936049dd2e08f12b548bd017;hp=4902295ed557aaab27c85dd289873a08498bd631;hb=5dc0c5b5a5d8b47aebe392186cf9afcdfc1d221f;hpb=602f89cabd45c343f6adb4b788d26d316f5be47b diff --git a/cdb/lookup.c b/cdb/lookup.c index 4902295..fb73f1f 100644 --- a/cdb/lookup.c +++ b/cdb/lookup.c @@ -1,4 +1,20 @@ -/**/ +/* + * cdb, cdb-wr - Tcl bindings for tinycdb and a journalling write extension + * Copyright 2006-2012 Ian Jackson + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this library; if not, see . + */ #include "chiark_tcl_cdb.h" @@ -43,3 +59,7 @@ int cht_cdb_lookup_cdb(Tcl_Interp *ip, struct cdb *cdb, if (!*data_r) return cht_posixerr(ip, errno, "cdb_getdata failed"); return TCL_OK; } + +CHT_INIT(cdb, + CHTI_OTHER(hbytes), + CHTI_COMMANDS(cht_cdbtoplevel_entries))