github-utils.h (238B)
1 #ifndef GITHUB_UTILS_H 2 #define GITHUB_UTILS_H 3 4 #include <stddef.h> 5 6 #include "net-utils.h" 7 8 char *github_default_branch(const char *full_name); 9 char *github_matching_ref(const char *full_name, const char *ref); 10 11 #endif // GITHUB_UTILS_H