rdd (2.0.7-2) src/writer.h

Summary

 src/writer.h |    2 ++
 1 file changed, 2 insertions(+)

    
download this patch

Patch contents

--- rdd-2.0.7.orig/src/writer.h
+++ rdd-2.0.7/src/writer.h
@@ -228,4 +228,6 @@
  */
 int rdd_writer_close(RDD_WRITER *w);
 
+RDD_WRITER *rdd_test_get_writer(int argc, char **argv);
+
 #endif /* __writer_h__ */