mirror of
https://github.com/nasa/trick.git
synced 2025-01-10 15:02:58 +00:00
18 lines
187 B
C
18 lines
187 B
C
|
#ifndef _ECHOJOBS_PROTO_H_
|
||
|
#define _ECHOJOBS_PROTO_H_
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
int echo_jobs_on() ;
|
||
|
int echo_jobs_off() ;
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|
||
|
|