diff options
author | root <root@nolonger-other.tetra.james.local> | 2020-10-25 13:26:29 +0000 |
---|---|---|
committer | root <root@nolonger-other.tetra.james.local> | 2020-10-25 13:26:29 +0000 |
commit | 62bc1af6c6a1201db551e1ec523e757415464fd5 (patch) | |
tree | 49c2eadf8a51e7e43a059f1aff59997c3c169c5e /arm.h | |
parent | 4b4e4972088d82cac99941398834d8e6d661682c (diff) | |
download | galaxy_tools-62bc1af6c6a1201db551e1ec523e757415464fd5.tar.gz galaxy_tools-62bc1af6c6a1201db551e1ec523e757415464fd5.tar.bz2 galaxy_tools-62bc1af6c6a1201db551e1ec523e757415464fd5.zip |
tidy up, make less awful
Diffstat (limited to 'arm.h')
-rw-r--r-- | arm.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +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); +#endif /* _arm_h_ */ + |