summaryrefslogtreecommitdiff
path: root/src/task-factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/task-factory.h')
-rw-r--r--src/task-factory.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/task-factory.h b/src/task-factory.h
index 9737e20..5ddd665 100644
--- a/src/task-factory.h
+++ b/src/task-factory.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2018 Samsung Electronics Co., Ltd.
*
* Licensed under the Flora License, Version 1.1 (the License);
* you may not use this file except in compliance with the License.
@@ -25,13 +25,6 @@
* @param[in] config Task configuration depends o it.
* @return Returns task structure.
*/
-task_t *task_factory_create_single(const config_t *config);
-
-/**
- * @brief Creates one or more tasks.
- * @param[in] configs Tasks configurations depends o those.
- * @return Returns null terminated array of task structures.
- */
-task_t **task_factory_create_many(const config_t **configs);
+task_t *task_factory_create_task(const config_t *config);
#endif \ No newline at end of file