diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-13 20:30:19 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-13 20:30:19 -0400 |
commit | 8abcec2ec0de2cb1344e780775a92ed7cb3b71ec (patch) | |
tree | 684a11b9135f7e7fa0767482b6e60a0209cbe654 /dummy_functions.c | |
parent | a89f9159b155f04daddd51b6cf1a7d021af67ba2 (diff) |
separate main output and error responses
Diffstat (limited to 'dummy_functions.c')
-rw-r--r-- | dummy_functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy_functions.c b/dummy_functions.c index 71b4e83..16564e8 100644 --- a/dummy_functions.c +++ b/dummy_functions.c @@ -9,7 +9,7 @@ void GPIB_Set_Execution_Error() {} void Main_update_shift_registers() { } void IO_output_to_comm_bus(char* w, int n) { } //replace with real function void Error_check(void* p) { } -int query_int(char* resp, int n) +int query_int(char** resp, int n) { return 0; } |