Switch to C++

This commit is contained in:
2018-01-07 22:24:23 -08:00
parent efc529bec8
commit 3a10624966
7 changed files with 47 additions and 41 deletions

6
ncac.h
View File

@@ -4,12 +4,10 @@
/**
* Cleans up before exit. Installed on SIGINT
*/
void finish();
static void finish(int sig);
/**
* Sets up ncurses and internal data structures
*/
void setup();
static void setup();
#endif // _NCAC_H_