]> mj.ucw.cz Git - libucw.git/blobdiff - xml/common.c
Remove obsolete references to Sherlock
[libucw.git] / xml / common.c
index bd95b7ea86041acc4e3b3d1ac6f856b26e88204b..7f120d85c3e1da82e73dfb28a49f693420979bed 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- *     Sherlock Library -- A simple XML parser
+ *     UCW Library -- A simple XML parser
  *
  *     (c) 2007 Pavel Charvat <pchar@ucw.cz>
  *
  *
  *     (c) 2007 Pavel Charvat <pchar@ucw.cz>
  *
@@ -76,7 +76,7 @@ xml_fatal(struct xml_context *ctx, const char *format, ...)
 /*** Memory management ***/
 
 void *
 /*** Memory management ***/
 
 void *
-xml_hash_new(struct mempool *pool, uns size)
+xml_hash_new(struct mempool *pool, uint size)
 {
   void *tab = mp_alloc_zero(pool, size + XML_HASH_HDR_SIZE);
   *(void **)tab = pool;
 {
   void *tab = mp_alloc_zero(pool, size + XML_HASH_HDR_SIZE);
   *(void **)tab = pool;