Ignore:
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"
    52#include <sys/wait.h>
    63#include <poll.h>
    7 #include <fcntl.h>
    8 #include <string.h>
    9 
    10 #include <glib.h>
    114
    125int send_receive(int rfd, int wfd, const char *out, char **in)
Note: See TracChangeset for help on using the changeset viewer.