]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/slists.h
UCW::CGI: When a file is uploaded, its original name can be obtained
[libucw.git] / ucw / slists.h
index 30089ac7c7c05252f965dfc146f974849152c7b4..961748f30f86332ca024c5c6a67969dc9b7982bc 100644 (file)
 #ifndef _UCW_SLISTS_H
 #define _UCW_SLISTS_H
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define slist_insert_before ucw_slist_insert_before
+#define slist_prev ucw_slist_prev
+#define slist_remove ucw_slist_remove
+#endif
+
 /**
  * Common header for list nodes.
  **/