Skip to content

Commit 61e7334

Browse files
committed
Add missing prototypes.
1 parent b14e99c commit 61e7334

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mtm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ static void draw(NODE *n);
7979
static void reshapechildren(NODE *n);
8080
static const char *term = NULL;
8181
static void freenode(NODE *n, bool recursive);
82+
void start_pairs(void);
83+
short mtm_alloc_pair(int fg, int bg);
8284

8385
/*** UTILITY FUNCTIONS */
8486
static void

0 commit comments

Comments
 (0)