aboutsummaryrefslogtreecommitdiff
path: root/desiredata/src/s_stuff.h
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2009-04-27 21:06:10 +0000
committerN.N. <matju@users.sourceforge.net>2009-04-27 21:06:10 +0000
commit3075700fe36cc99e2081fac39c9a23255ca2d539 (patch)
tree922f0f905c916428e9001cb607dc21b26d9c4170 /desiredata/src/s_stuff.h
parent1519e1dfd67440451e4e6789efcd726faf1ccbcc (diff)
added option -stdout (similar to -stderr)
svn path=/trunk/; revision=11180
Diffstat (limited to 'desiredata/src/s_stuff.h')
-rw-r--r--desiredata/src/s_stuff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desiredata/src/s_stuff.h b/desiredata/src/s_stuff.h
index 5757df5e..aa5f8a4d 100644
--- a/desiredata/src/s_stuff.h
+++ b/desiredata/src/s_stuff.h
@@ -267,7 +267,7 @@ void sys_save_audio_params(t_audiodevs *in, t_audiodevs *out, int rate, int d
/* s_file.c */
typedef void (*t_printhook)(const char *s);
extern t_printhook sys_printhook; /* set this to override printing */
-extern int sys_printtostderr;
+extern int sys_printtofh;
#ifdef MSW
#define vsnprintf _vsnprintf /* jsarlo -- alias this name for msw */
#endif