/* * 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