File: test-redirections.h

package info (click to toggle)
pptp-linux 1.10.0-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 468 kB
  • sloc: ansic: 3,676; makefile: 141; perl: 116
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (3)
1
2
3
4
5
struct test_redirections {
  ssize_t (*write)(int fd, const void *buf, size_t count);
};

struct test_redirections *test_redirections(void);