diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/download.h | |
parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz |
Rebrand OhMyCal (OMC) as STASIS (#7)
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 568809e..058812e 100644 --- a/include/download.h +++ b/include/download.h @@ -1,10 +1,10 @@ //! @file download.h -#ifndef OMC_DOWNLOAD_H -#define OMC_DOWNLOAD_H +#ifndef STASIS_DOWNLOAD_H +#define STASIS_DOWNLOAD_H #include <curl/curl.h> size_t download_writer(void *fp, size_t size, size_t nmemb, void *stream); long download(char *url, const char *filename, char **errmsg); -#endif //OMC_DOWNLOAD_H +#endif //STASIS_DOWNLOAD_H |