From: Martin Mares Date: Sat, 11 Dec 2004 11:54:10 +0000 (+0000) Subject: Moved oid_t to sherlock.h. X-Git-Tag: holmes-import~852 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ee72adbf76eebfc0c16ecd689149847cd6d210c9;p=libucw.git Moved oid_t to sherlock.h. --- diff --git a/lib/config.h b/lib/config.h index f83122f0..8411bae7 100644 --- a/lib/config.h +++ b/lib/config.h @@ -35,6 +35,5 @@ typedef unsigned int sh_time_t; /* Timestamp */ #endif typedef s64 sh_off_t; /* FIXME */ -typedef u32 oid_t; /* Object ID */ /* FIXME */ #endif