File: sd_socket.h

package info (click to toggle)
gpsd 3.27-1.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 44,056 kB
  • sloc: ansic: 74,438; python: 16,521; sh: 890; cpp: 848; php: 225; makefile: 197; perl: 111; javascript: 26; xml: 11
file content (14 lines) | stat: -rw-r--r-- 255 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * This file is Copyright 2011 by Eckhart Wörner
 * SPDX-License-Identifier: BSD-2-clause
 */

#ifndef GPSD_SD_SOCKET_H
#define GPSD_SD_SOCKET_H

#define SD_SOCKET_FDS_START 3

int sd_get_socket_count(void);

#endif
// vim: set expandtab shiftwidth=4