Changes in filterproc.c [e2cc848:f271129]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
filterproc.c
re2cc848 rf271129 1 #include <signal.h> 2 #include <unistd.h> 3 #include <sys/select.h> 4 #include <sys/types.h> 1 #include "owl.h" 5 2 #include <sys/wait.h> 6 3 #include <poll.h> 7 #include <fcntl.h>8 #include <string.h>9 10 #include <glib.h>11 4 12 5 int send_receive(int rfd, int wfd, const char *out, char **in)
Note: See TracChangeset
for help on using the changeset viewer.