File: test-redirections.h

package info (click to toggle)
pptp-linux 1.10.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 640 kB
  • sloc: ansic: 3,689; makefile: 142; perl: 117
file content (5 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (4)
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);