summaryrefslogtreecommitdiffstats
path: root/arm.h
diff options
context:
space:
mode:
authorfishsoupisgood <github@madingley.org>2020-11-08 00:44:09 +0000
committerfishsoupisgood <github@madingley.org>2020-11-08 00:44:09 +0000
commit6a27a521f99c7babc9d000465b661f66b54ee101 (patch)
treecafd3f2b11534b84d5aebe7a03746e92c04b39df /arm.h
parent8531610431c4f0f60cbe64ed8ae362219e7f6520 (diff)
downloadgalaxy_tools-6a27a521f99c7babc9d000465b661f66b54ee101.tar.gz
galaxy_tools-6a27a521f99c7babc9d000465b661f66b54ee101.tar.bz2
galaxy_tools-6a27a521f99c7babc9d000465b661f66b54ee101.zip
add wait until disarmed
Diffstat (limited to 'arm.h')
-rw-r--r--arm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arm.h b/arm.h
index 3d4de83..d53e5b1 100644
--- a/arm.h
+++ b/arm.h
@@ -1,6 +1,6 @@
#ifndef _arm_h_
#define _arm_h_
extern int auth_cmd_with_ack(int fd, unsigned char fn, const void *data, size_t len,SIA_Block *b);
-extern int show_state(int fd);
+extern int show_state(int fd, int zone);
#endif /* _arm_h_ */