aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-04-10 08:47:42 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-04-10 08:47:42 -0400
commit145d42ab8d22a6b6661c2c75e6e640db35a6a2ea (patch)
treef05e7d218aa82700de870e099b1f2035c258a602 /include
parentcb7facb2a0951d8548211bcdb7b0df09203dc94d (diff)
downloadstasis-145d42ab8d22a6b6661c2c75e6e640db35a6a2ea.tar.gz
We no longer pass INIFILE pointers to delivery_init()
Diffstat (limited to 'include')
-rw-r--r--include/deliverable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/deliverable.h b/include/deliverable.h
index ad56a05..97e7851 100644
--- a/include/deliverable.h
+++ b/include/deliverable.h
@@ -181,7 +181,7 @@ struct Delivery {
* @return `0` on success
* @return Non-zero on error
*/
-int delivery_init(struct Delivery *ctx, struct INIFILE *ini, struct INIFILE *cfg);
+int delivery_init(struct Delivery *ctx);
/**
* Free memory allocated by delivery_init()