summaryrefslogtreecommitdiff
path: root/include/osm/bind.h
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2024-05-01 03:11:07 -0400
committerKyle Gunger <kgunger12@gmail.com>2024-05-01 03:11:07 -0400
commitfeccf0adf3e6861b11a7768669a63c327f77ec10 (patch)
tree3aab13f202d0963ce74900dba8a508e68fe93614 /include/osm/bind.h
parent21938c4ed611cd0945d62502abdb74527a533e78 (diff)
Vector code
Diffstat (limited to 'include/osm/bind.h')
-rw-r--r--include/osm/bind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osm/bind.h b/include/osm/bind.h
index 5107c52..e1627c6 100644
--- a/include/osm/bind.h
+++ b/include/osm/bind.h
@@ -1,3 +1,5 @@
+#ifndef OSM_BIND_H
+#define OSM_BIND_H
/**
* Bind to the next available onboard socket in the given directory
@@ -12,3 +14,4 @@ int osm_bind_local(int sockfd, const char *sock_dir);
*/
int osm_open_onboard(char *sock_dir);
+#endif