summaryrefslogtreecommitdiff
path: root/parent.h
diff options
context:
space:
mode:
Diffstat (limited to 'parent.h')
-rw-r--r--parent.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/parent.h b/parent.h
new file mode 100644
index 0000000..eec9c49
--- /dev/null
+++ b/parent.h
@@ -0,0 +1,8 @@
+#ifndef __IFMO_DISTRIBUTED_CLASS_PARENT__H
+#define __IFMO_DISTRIBUTED_CLASS_PARENT__H
+
+#include "main.h"
+
+void parent_workflow( dist_info_t *info );
+
+#endif // __IFMO_DISTRIBUTED_CLASS_PARENT__H