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.h | |
parent | a89f9159b155f04daddd51b6cf1a7d021af67ba2 (diff) |
separate main output and error responses
Diffstat (limited to 'dummy_functions.h')
-rw-r--r-- | dummy_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy_functions.h b/dummy_functions.h index 9990ec7..d10e62b 100644 --- a/dummy_functions.h +++ b/dummy_functions.h @@ -10,6 +10,6 @@ void GPIB_Set_Execution_Error(); void Main_update_shift_registers(); void IO_output_to_comm_bus(char* w, int n); void Error_check(void*); -int query_int(char* resp, int n); +int query_int(char** resp, int n); #endif |