Initial attempt at an ODF driver
[pspp-builds.git] / src / output / output.h
index ec9ae87d968391947dcc4f788998e209a73dd99b..8ae5c04be32e48c16ba2674fb5bf628b3e9e23b8 100644 (file)
@@ -175,5 +175,6 @@ extern const struct outp_class postscript_class;
 #ifdef HAVE_CAIRO
 extern const struct outp_class cairo_class;
 #endif
+extern const struct outp_class odt_class;
 
 #endif /* output/output.h */