diff --git a/lib/roken/socket_wrapper.c b/lib/roken/socket_wrapper.c new file mode 100644 index 000000000..337538708 --- /dev/null +++ b/lib/roken/socket_wrapper.c @@ -0,0 +1,9 @@ +/* + * Placeholder for socket_wrapper.c + */ + +#ifdef HAVE_CONFIG_H +#include +RCSID ("$Id$"); +#endif + diff --git a/lib/roken/socket_wrapper.h b/lib/roken/socket_wrapper.h new file mode 100644 index 000000000..13c5a3bf7 --- /dev/null +++ b/lib/roken/socket_wrapper.h @@ -0,0 +1,3 @@ +/* + * Placeholder for socket_wrapper.h + */