aboutsummaryrefslogtreecommitdiff
path: root/include/download.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
commit62edbefaffeb2f9d3a52193c2e0d54c77acbcc40 (patch)
tree5e27986820bf2bf54c7e5c5b357ce0a27f971e95 /include/download.h
parent9e8edf8918c9e79386b4b07f7bc6b2528cea98fb (diff)
downloadstasis-62edbefaffeb2f9d3a52193c2e0d54c77acbcc40.tar.gz
Rebranding
Diffstat (limited to 'include/download.h')
-rw-r--r--include/download.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/download.h b/include/download.h
index 0522aee..41eba98 100644
--- a/include/download.h
+++ b/include/download.h
@@ -2,12 +2,12 @@
// Created by jhunk on 10/5/23.
//
-#ifndef OHMYCAL_DOWNLOAD_H
-#define OHMYCAL_DOWNLOAD_H
+#ifndef OMC_DOWNLOAD_H
+#define OMC_DOWNLOAD_H
#include <curl/curl.h>
size_t download_writer(void *fp, size_t size, size_t nmemb, void *stream);
int download(char *url, const char *filename);
-#endif //OHMYCAL_DOWNLOAD_H
+#endif //OMC_DOWNLOAD_H