File: pass_fd.h

package info (click to toggle)
pperl 0.25-5
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 296 kB
  • ctags: 40
  • sloc: perl: 868; ansic: 666; makefile: 60; sh: 23
file content (13 lines) | stat: -rw-r--r-- 259 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* Our own header, to be included *after* all standard system headers */

#ifndef	__pass_fd_h
#define	__pass_fd_h

#include	<sys/types.h>	/* required for some of our prototypes */

void    setlogfile(char *);

int	recv_fd(int);
int	send_fd(int, int);

#endif