]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/bitsig.h
tableprinter: header option now parsed by xtypes
[libucw.git] / ucw / bitsig.h
index 07a72bc1a0b9f7792d74e35d7a7478f4e92cdf3b..556b3c915c4ee8a05a9257b7a6a0aba32c7e6320 100644 (file)
@@ -19,7 +19,7 @@
 
 struct bitsig;
 
-struct bitsig *bitsig_init(uns perrlog, uns maxn);
+struct bitsig *bitsig_init(uint perrlog, uint maxn);
 void bitsig_free(struct bitsig *b);
 int bitsig_member(struct bitsig *b, byte *item);
 int bitsig_insert(struct bitsig *b, byte *item);