summaryrefslogtreecommitdiffstats
path: root/librns510.h
diff options
context:
space:
mode:
Diffstat (limited to 'librns510.h')
-rw-r--r--librns510.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/librns510.h b/librns510.h
new file mode 100644
index 0000000..377ba61
--- /dev/null
+++ b/librns510.h
@@ -0,0 +1,3 @@
+/* librns510.c */
+void librns510_encode (const char *slat, const char *slon, char *out);
+void librns510_decode (const char *code, char *slat, char *slon);