summaryrefslogtreecommitdiff
path: root/cmds/bugreportz/bugreportz.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/bugreportz/bugreportz.h')
-rw-r--r--cmds/bugreportz/bugreportz.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmds/bugreportz/bugreportz.h b/cmds/bugreportz/bugreportz.h
index 7af289b2be..cdeceae083 100644
--- a/cmds/bugreportz/bugreportz.h
+++ b/cmds/bugreportz/bugreportz.h
@@ -19,4 +19,8 @@
// Ownership of the socket is not transferred.
int bugreportz(int s, bool show_progress);
+// Calls dumpstate using the given socket and write the file content to stdout
+// instead of file location. Ownership of the socket is not transferred.
+int bugreportz_stream(int s);
+
#endif // BUGREPORTZ_H