]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/fb-socket.h
Opt: Documented opt and its interaction with conf
[libucw.git] / ucw / fb-socket.h
index 004ed77204d30782ea6cc049c808f53e4145c817..c288e0ac4ea5de0229d395e2736ca93907d0df88 100644 (file)
 #ifndef _UCW_FB_SOCKET_H
 #define _UCW_FB_SOCKET_H
 
-#include "ucw/fastbuf.h"
+#include <ucw/fastbuf.h>
+
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define fbsock_create ucw_fbsock_create
+#endif
 
 struct fbsock_params { /** Configuration of socket fastbuf. **/
   int fd;