]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/res-eltpool.c
Opt: Added OPT_HELP_COLUMNS
[libucw.git] / ucw / res-eltpool.c
index b5480bfd30423c7003ee369ef3dbc4943ef7c2ec..bd2192a718c2a4acee54cf7f81c8ad0ae2d51fbf 100644 (file)
@@ -7,9 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/resource.h"
-#include "ucw/eltpool.h"
+#include <ucw/lib.h>
+#include <ucw/resource.h>
+#include <ucw/eltpool.h>
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -22,7 +22,7 @@ ep_res_free(struct resource *r)
 }
 
 static void
-ep_res_dump(struct resource *r, uns indent UNUSED)
+ep_res_dump(struct resource *r, uint indent UNUSED)
 {
   printf(" pool=%p\n", r->priv);
 }