aboutsummaryrefslogtreecommitdiff
path: root/src/github.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix circular includeJoseph Hunkeler2024-07-011-1/+1
| | | | * Github functions do not require access to core.h anyway
* Replace free() with guard variantJoseph Hunkeler2024-06-261-3/+3
|
* Include github.h and template_func_proto.h in core.hJoseph Hunkeler2024-06-261-1/+0
|
* Remove redundant extern statementJoseph Hunkeler2024-06-261-2/+0
|
* Add github.c and github.hJoseph Hunkeler2024-06-261-0/+136
* Implements get_github_release_notes()