projects
/
paraslash.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cb6cbfb6b3797f0f954d99d2c39e8369663be0aa
[paraslash.git]
/
stdin.h
1
struct
stdin_task
{
2
char
*
buf
;
3
size_t
bufsize
;
4
size_t
loaded
;
5
struct
task task
;
6
int
eof
;
7
};
8
9
void
stdin_pre_select
(
struct
sched
*
s
,
struct
task
*
t
);
10
void
stdin_post_select
(
struct
sched
*
s
,
struct
task
*
t
);
11
void
stdin_set_defaults
(
struct
stdin_task
*
sit
);