sd_socket.h 224 B

1234567891011121314
  1. /*
  2. * This file is Copyright (c) 2011 by Eckhart Wörner
  3. * SPDX-License-Identifier: BSD-2-clause
  4. */
  5. #ifndef GPSD_SD_SOCKET_H
  6. #define GPSD_SD_SOCKET_H
  7. #define SD_SOCKET_FDS_START 3
  8. int sd_get_socket_count(void);
  9. #endif