sd_socket.h 255 B

123456789101112131415
  1. /*
  2. * This file is Copyright 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
  10. // vim: set expandtab shiftwidth=4