Fixed help.h and removed entry from unity.c

This commit is contained in:
Emil 2023-08-03 21:52:42 -06:00
parent aed88c3521
commit ae3bbf2a91
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,7 @@
#ifndef HELP_H_
/* (((git))) */
extern char const * help_msg;
extern char const * fmsg;

View File

@ -1,5 +1,4 @@
#define DECL static
#include "help.h"
#include "irc.c"
#include "parse.c"
#include "api.c"