From 0be9738a5d5914463f8809cd63863b1ba60220b4 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 4 May 2011 02:03:11 -0400 Subject: Oops, sd_socket.h should have been added to the repo with systemd support. --- sd_socket.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sd_socket.h (limited to 'sd_socket.h') 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 -- cgit v1.2.1