aboutsummaryrefslogtreecommitdiffhomepage
path: root/io.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-25 01:26:25 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-25 01:26:25 +1000
commit277f9b7e607e40ee84ac5c59fcc878d34cb586e2 (patch)
treedba9925930f8f011dda4b603919b3e0e38bea85c /io.h
parentf8de9de13de17a4dadab7d2fb1c2094c6a5b105c (diff)
Huge API documentation cleanup
darcs-hash:20051024152625-ac50b-41503feb4ea8d428c5b30c159aaae0c8f7ae46a2.gz
Diffstat (limited to 'io.h')
-rw-r--r--io.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/io.h b/io.h
index 89916c5a..7cf3eb65 100644
--- a/io.h
+++ b/io.h
@@ -17,7 +17,9 @@ typedef struct io_data
int io_mode;
/** FD to redirect */
int fd;
- /** parameter for redirection */
+ /**
+ Type-specific parameter for redirection
+ */
union
{
/** Fds for IO_PIPE and for IO_BUFFER */
@@ -28,6 +30,9 @@ typedef struct io_data
int old_fd;
} param1
;
+ /**
+ Second type-specific paramter for redirection
+ */
union
{
/** file creation flags to send to open for IO_FILE */