]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/opt-conf.c
Merge branch 'master' into dev-sizet
[libucw.git] / ucw / opt-conf.c
index 43c60caf18f0adabadfe80156c4029feef09ce03..3db998b9848f7064054cfd60512460d17e1852c7 100644 (file)
@@ -66,7 +66,7 @@ void opt_handle_dumpconfig(struct opt_item * opt UNUSED, const char * value UNUS
   exit(0);
 }
 
-void opt_conf_hook_internal(struct opt_item * opt, uns event, const char * value UNUSED, void * data) {
+void opt_conf_hook_internal(struct opt_item * opt, uint event, const char * value UNUSED, void * data) {
   struct opt_context *oc = data;
   struct cf_context *cc = cf_get_context();