aboutsummaryrefslogtreecommitdiff
path: root/include/github.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/github.h')
-rw-r--r--include/github.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/github.h b/include/github.h
deleted file mode 100644
index f9b47a3..0000000
--- a/include/github.h
+++ /dev/null
@@ -1,11 +0,0 @@
-//! @file github.h
-#ifndef STASIS_GITHUB_H
-#define STASIS_GITHUB_H
-
-#include <curl/curl.h>
-
-#define STASIS_GITHUB_API_VERSION "2022-11-28"
-
-int get_github_release_notes(const char *api_token, const char *repo, const char *tag, const char *target_commitish, char **output);
-
-#endif //STASIS_GITHUB_H \ No newline at end of file