diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:29:58 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-11-20 00:29:58 -0500 | 
| commit | 62edbefaffeb2f9d3a52193c2e0d54c77acbcc40 (patch) | |
| tree | 5e27986820bf2bf54c7e5c5b357ce0a27f971e95 /include/download.h | |
| parent | 9e8edf8918c9e79386b4b07f7bc6b2528cea98fb (diff) | |
| download | stasis-62edbefaffeb2f9d3a52193c2e0d54c77acbcc40.tar.gz | |
Rebranding
Diffstat (limited to 'include/download.h')
| -rw-r--r-- | include/download.h | 6 | 
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 | 
