diff options
Diffstat (limited to 'src/einfo.h')
-rw-r--r-- | src/einfo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/einfo.h b/src/einfo.h index a2719a22..a0078ea4 100644 --- a/src/einfo.h +++ b/src/einfo.h @@ -67,12 +67,4 @@ void eoutdentv (void); /* Pointer to a string that is always prefixed to einfo/ewarn/error */ void eprefix (const char *prefix); -/* Handy utils to buffer stdout and stderr so our output is always - * sane when forking around. - * Don't depend on these being here though as we may take a different - * approach at a later date. */ -void ebuffer (const char *file); -void eflush (void); -void eclose (void); - #endif |