X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdb.h;h=41b81aa1308fb2a533d809fb80e7c2441e0dd68d;hb=e7fcd506163c155afa5313fb28ee7e931018117f;hp=cc17ebaf2b8dcbeeecbcdc9f3b21ab2f5a40c1a4;hpb=75134ee637d2f3565d3f53666517b1e137f819d9;p=libucw.git diff --git a/lib/db.h b/lib/db.h index cc17ebaf..41b81aa1 100644 --- a/lib/db.h +++ b/lib/db.h @@ -1,11 +1,14 @@ /* - * Sherlock Library -- Fast Database Management Routines + * UCW Library -- Fast Database Management Routines * * (c) 1999--2001 Martin Mares + * + * This software may be freely distributed and used according to the terms + * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_DB_H -#define _SHERLOCK_DB_H +#ifndef _UCW_DB_H +#define _UCW_DB_H struct sdbm;