Skip to content

Commit

Permalink
Add missing prototypes.
Browse files Browse the repository at this point in the history
  • Loading branch information
deadpixi committed Oct 8, 2021
1 parent b14e99c commit 61e7334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mtm.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ static void draw(NODE *n);
static void reshapechildren(NODE *n);
static const char *term = NULL;
static void freenode(NODE *n, bool recursive);
void start_pairs(void);
short mtm_alloc_pair(int fg, int bg);

/*** UTILITY FUNCTIONS */
static void
Expand Down

0 comments on commit 61e7334

Please sign in to comment.