From 4fd92ec6b203d6b94b9e9f9531fd60a65736e810 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 11 Dec 2024 09:30:07 -0500 Subject: Restructure project * Move headers to relevant include directories within the target tree(s) * Adjust doxygen configuration to search correct paths * Adjust CMake configuration to use new include paths --- include/github.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 include/github.h (limited to 'include/github.h') 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 - -#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 -- cgit