|
|
| version 1.1.1.1, 2013/10/14 10:32:47 | version 1.1.1.2, 2016/11/02 10:35:00 |
|---|---|
| Line 1 | Line 1 |
| #ifndef LI_PROC_OPEN_H | |
| #define LI_PROC_OPEN_H | |
| #include "first.h" | |
| #include "buffer.h" | #include "buffer.h" |
| Line 23 typedef struct { | Line 26 typedef struct { |
| int proc_close(proc_handler_t *ht); | int proc_close(proc_handler_t *ht); |
| int proc_open(proc_handler_t *ht, const char *command); | int proc_open(proc_handler_t *ht, const char *command); |
| int proc_open_buffer(const char *command, buffer *in, buffer *out, buffer *err); | int proc_open_buffer(const char *command, buffer *in, buffer *out, buffer *err); |
| #endif |