Skip to content

Commit 9f12961

Browse files
Update stream.c
1 parent 23f1cb7 commit 9f12961

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/logic/stream.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
#include <fcntl.h>
2727
#endif
2828

29+
fossil_fstream_t *FOSSIL_STDIN;
30+
fossil_fstream_t *FOSSIL_STDOUT;
31+
fossil_fstream_t *FOSSIL_STDERR;
32+
2933
typedef enum {
3034
FOSSIL_BUFFER_SMALL = 100,
3135
FOSSIL_BUFFER_MEDIUM = 500,

0 commit comments

Comments
 (0)