summaryrefslogtreecommitdiff
path: root/src/grp-machine/grp-import/systemd-export/export-raw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/grp-import/systemd-export/export-raw.h')
-rw-r--r--src/grp-machine/grp-import/systemd-export/export-raw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grp-machine/grp-import/systemd-export/export-raw.h b/src/grp-machine/grp-import/systemd-export/export-raw.h
index cf34d512bc..00f6931d7b 100644
--- a/src/grp-machine/grp-import/systemd-export/export-raw.h
+++ b/src/grp-machine/grp-import/systemd-export/export-raw.h
@@ -25,6 +25,7 @@
#include "import-compress.h"
typedef struct RawExport RawExport;
+
typedef void (*RawExportFinished)(RawExport *export, int error, void *userdata);
int raw_export_new(RawExport **export, sd_event *event, RawExportFinished on_finished, void *userdata);