]> sigrok.org Git - libsigrok.git/blobdiff - src/output/output.c
output: Add srzip, the session file format.
[libsigrok.git] / src / output / output.c
index 0029748bb7398510fc6abdc061ea37732ecf546c..1ddbd61ef683fb6d21f111d3393d78f6f1802324 100644 (file)
@@ -60,6 +60,7 @@ extern SR_PRIV struct sr_output_module output_gnuplot;
 extern SR_PRIV struct sr_output_module output_chronovu_la8;
 extern SR_PRIV struct sr_output_module output_csv;
 extern SR_PRIV struct sr_output_module output_analog;
+extern SR_PRIV struct sr_output_module output_srzip;
 extern SR_PRIV struct sr_output_module output_wav;
 /* @endcond */
 
@@ -74,6 +75,7 @@ static const struct sr_output_module *output_module_list[] = {
        &output_vcd,
        &output_chronovu_la8,
        &output_analog,
+       &output_srzip,
        &output_wav,
        NULL,
 };