summaryrefslogtreecommitdiff
path: root/src/drivers/ao_aprs.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-12-05 23:39:47 -0800
committerKeith Packard <keithp@keithp.com>2012-12-05 23:39:47 -0800
commit51ef826372f466f44901c4c609ed6a987d30fda4 (patch)
treeef999111b5cb5ed71c80a8f4b277f8a3828418f8 /src/drivers/ao_aprs.h
parent74969483736381858484dca9ebb528d9d2d73f5b (diff)
altos: Prepare APRS for use within altos itself
Make all variables static, const-ify constants, change the public name of the single entry point. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_aprs.h')
-rw-r--r--src/drivers/ao_aprs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/ao_aprs.h b/src/drivers/ao_aprs.h
index fe3c6349..a033fa0b 100644
--- a/src/drivers/ao_aprs.h
+++ b/src/drivers/ao_aprs.h
@@ -21,7 +21,4 @@
void
ao_aprs_send(void);
-void
-ao_aprs_init(void);
-
#endif /* _AO_APRS_H_ */