45 |
|
|
46 |
#include <utilities/ascConfig.h> |
#include <utilities/ascConfig.h> |
47 |
|
|
48 |
|
#ifdef REIMPLEMENT_STREAMS |
49 |
ASC_DLLSPEC(FILE *) g_ascend_errors; /**< File for error messages. Default is stderr. */ |
ASC_DLLSPEC(FILE *) g_ascend_errors; /**< File for error messages. Default is stderr. */ |
50 |
ASC_DLLSPEC(FILE *) g_ascend_warnings; /**< File for warning messages. Default is stderr. */ |
ASC_DLLSPEC(FILE *) g_ascend_warnings; /**< File for warning messages. Default is stderr. */ |
51 |
ASC_DLLSPEC(FILE *) g_ascend_information; /**< File for informational messages. Default is stderr. */ |
ASC_DLLSPEC(FILE *) g_ascend_information; /**< File for informational messages. Default is stderr. */ |
58 |
FILE *infofile); |
FILE *infofile); |
59 |
/**< Set specific files/streams to receive ASCEND messages. */ |
/**< Set specific files/streams to receive ASCEND messages. */ |
60 |
|
|
61 |
|
#endif /* REIMPLEMENT_STREAMS */ |
62 |
|
|
63 |
#endif /* ASC_REDIRECTFILE_H*/ |
#endif /* ASC_REDIRECTFILE_H*/ |
64 |
|
|