]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/asio.h
UCW::CGI: Let url_param_escape() encode non-ASCII characters
[libucw.git] / ucw / asio.h
index f80cc699dced508ab4b18bb7fff32531a045448c..369b4fa5d02c93ecd6151ccba8cc63f64e46ddd2 100644 (file)
 #ifndef _UCW_ASIO_H
 #define _UCW_ASIO_H
 
-#include "ucw/workqueue.h"
-#include "ucw/clists.h"
+#include <ucw/workqueue.h>
+#include <ucw/clists.h>
+
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define asio_cleanup_queue ucw_asio_cleanup_queue
+#define asio_get ucw_asio_get
+#define asio_init_queue ucw_asio_init_queue
+#define asio_put ucw_asio_put
+#define asio_submit ucw_asio_submit
+#define asio_sync ucw_asio_sync
+#define asio_wait ucw_asio_wait
+#endif
 
 /*
  *  This module takes care of scheduling and executing asynchronous I/O requests