summaryrefslogtreecommitdiffstats
path: root/raul/RDFWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'raul/RDFWriter.h')
-rw-r--r--raul/RDFWriter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/raul/RDFWriter.h b/raul/RDFWriter.h
index 9a5d5b3..1cbccaa 100644
--- a/raul/RDFWriter.h
+++ b/raul/RDFWriter.h
@@ -52,6 +52,7 @@ public:
void add_prefix(const std::string& prefix, const std::string& uri);
std::string expand_uri(const std::string& uri);
+ void start_to_file_handle(FILE* fd) throw (std::logic_error);
void start_to_filename(const std::string& filename) throw (std::logic_error);
void start_to_string() throw (std::logic_error);
std::string finish() throw (std::logic_error);