* Exiting the authroization screen for XOAUTH2 makes alpine cancel the
[alpine.git] / alpine / osdep / debuging.h
blobaee9d7212f1230667f25fd77f7625be73808ba79
1 /*
2 * $Id: debuging.h 761 2007-10-23 22:35:18Z hubert@u.washington.edu $
4 * ========================================================================
5 * Copyright 2006 University of Washington
7 * Licensed under the Apache License, Version 2.0 (the "License");
8 * you may not use this file except in compliance with the License.
9 * You may obtain a copy of the License at
11 * http://www.apache.org/licenses/LICENSE-2.0
13 * ========================================================================
16 #ifndef PINE_OSDEP_DEBUGING_INCLUDED
17 #define PINE_OSDEP_DEBUGING_INCLUDED
19 /* stream to stuff debuging output */
20 extern FILE *debugfile;
23 * Exported Prototypes
25 #ifdef DEBUG
26 void init_debug(void);
27 void save_debug_on_crash(FILE *, int (*)(int *, char *, size_t));
28 #endif
30 #endif /* PINE_OSDEP_DEBUGING_INCLUDED */