mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +00:00
Corrected erroneous prototype.
This commit is contained in:
parent
795839dd56
commit
678cc4b877
@ -79,7 +79,7 @@ extern "C" {
|
||||
int exec_freeze(void) ;
|
||||
int exec_run(void) ;
|
||||
|
||||
void exec_signal_terminate() ;
|
||||
void exec_signal_terminate(void) ;
|
||||
int exec_terminate(const char *, const char *) ;
|
||||
int exec_terminate_with_return(int, const char *, int , const char *) ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user