Make segment compression/encryption filter to command-line-selectable.
[cumulus.git] / store.h
diff --git a/store.h b/store.h
index aa96160..72fde52 100644 (file)
--- a/store.h
+++ b/store.h
@@ -144,4 +144,11 @@ private:
     ObjectReference ref;
 };
 
+/* Program through which segment data is piped before being written to file. */
+extern const char *filter_program;
+
+/* Extension which should be appended to segments written out (.tar is already
+ * included; this adds to it) */
+extern const char *filter_extension;
+
 #endif // _LBS_STORE_H