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/relocation.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/relocation.h')
-rw-r--r-- | include/relocation.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/relocation.h b/include/relocation.h index ecbb38b..2ccf762 100644 --- a/include/relocation.h +++ b/include/relocation.h @@ -1,8 +1,8 @@ /** * @file relocation.h */ -#ifndef OHMYCAL_RELOCATION_H -#define OHMYCAL_RELOCATION_H +#ifndef OMC_RELOCATION_H +#define OMC_RELOCATION_H #include <stdio.h> #include <stdlib.h> @@ -13,4 +13,4 @@ void replace_text(char *original, const char *target, const char *replacement); void file_replace_text(const char* filename, const char* target, const char* replacement); -#endif //OHMYCAL_RELOCATION_H +#endif //OMC_RELOCATION_H |