diff options
author | Bdale Garbee <bdale@gag.com> | 2012-12-28 22:30:26 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2012-12-28 22:30:26 -0700 |
commit | 59f355f5288b42b2e47743d06e41e55819a55f64 (patch) | |
tree | 1ef54ec06088f86455173a9069b538655b965ffa /src/drivers/ao_aprs.h | |
parent | 099d2b0ea59d825bd69a3fbb5523b9cbb9430ce8 (diff) | |
parent | b70ca5eaf1c3d60bd9adf6835e1247f4147ca9c8 (diff) |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/drivers/ao_aprs.h')
-rw-r--r-- | src/drivers/ao_aprs.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/drivers/ao_aprs.h b/src/drivers/ao_aprs.h new file mode 100644 index 00000000..a033fa0b --- /dev/null +++ b/src/drivers/ao_aprs.h @@ -0,0 +1,24 @@ +/* + * Copyright © 2012 Keith Packard <keithp@keithp.com> + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 2 of the License. + * + * This program is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. + */ + +#ifndef _AO_APRS_H_ +#define _AO_APRS_H_ + +void +ao_aprs_send(void); + +#endif /* _AO_APRS_H_ */ |