File: sd_socket.h

package info (click to toggle)
gpsd 3.25-5%2Bdeb13u1
  • links: PTS, VCS
  • area: main
  • in suites: trixie, trixie-proposed-updates
  • size: 35,020 kB
  • sloc: ansic: 67,106; python: 14,151; sh: 875; cpp: 848; php: 210; makefile: 199; 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