File: test.h

package info (click to toggle)
pptp-linux 1.7.2-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 432 kB
  • ctags: 559
  • sloc: ansic: 3,471; perl: 134; makefile: 109
file content (5 lines) | stat: -rw-r--r-- 137 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();