summaryrefslogtreecommitdiff
path: root/sd_socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'sd_socket.h')
-rw-r--r--sd_socket.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/sd_socket.h b/sd_socket.h
new file mode 100644
index 00000000..67363ff7
--- /dev/null
+++ b/sd_socket.h
@@ -0,0 +1,13 @@
+/*
+ * This file is Copyright (c) 2011 by Eckhart Wörner
+ * BSD terms apply: see the file COPYING in the distribution root for details.
+ */
+
+#ifndef GPSD_SD_SOCKET_H
+#define GPSD_SD_SOCKET_H
+
+#define SD_SOCKET_FDS_START 3
+
+int sd_get_socket_count(void);
+
+#endif