diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:20:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:20:47 -0500 |
commit | 49e929fa89d9ce348df5068845069392f69d8c86 (patch) | |
tree | 5102690ca2d6480b8402d4eca1fa0d67a5cbbfc2 /include/deliverable.h | |
parent | 776fa26053f7bf2f399279aaf77e9de9ab771c44 (diff) | |
download | stasis-49e929fa89d9ce348df5068845069392f69d8c86.tar.gz |
Rebrand for the last time
* Shorten OHMYCAL to OMC
* Rename ohmycal.h to omc.h
Diffstat (limited to 'include/deliverable.h')
-rw-r--r-- | include/deliverable.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/include/deliverable.h b/include/deliverable.h index 918453a..02c13e1 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -1,7 +1,7 @@ /// @file deliverable.h -#ifndef OHMYCAL_DELIVERABLE_H -#define OHMYCAL_DELIVERABLE_H +#ifndef OMC_DELIVERABLE_H +#define OMC_DELIVERABLE_H #include <string.h> #include <stdbool.h> @@ -276,4 +276,7 @@ void delivery_conda_enable(struct Delivery *ctx, char *conda_install_dir); */ void delivery_install_conda(char *install_script, char *conda_install_dir); -#endif //OHMYCAL_DELIVERABLE_H +// helper function +void delivery_gather_tool_versions(struct Delivery *ctx); + +#endif //OMC_DELIVERABLE_H |