1*4520Snw141292 /* 2*4520Snw141292 * Copyright 2004 Sun Microsystems, Inc. All rights reserved. 3*4520Snw141292 * Use is subject to license terms. 4*4520Snw141292 */ 5*4520Snw141292 6*4520Snw141292 #ifndef _SQLITE_MISC_H 7*4520Snw141292 #define _SQLITE_MISC_H 8*4520Snw141292 9*4520Snw141292 #pragma ident "%Z%%M% %I% %E% SMI" 10*4520Snw141292 11*4520Snw141292 #ifdef __cplusplus 12*4520Snw141292 extern "C" { 13*4520Snw141292 #endif 14*4520Snw141292 15*4520Snw141292 /* 16*4520Snw141292 * defines an extra temp directory to try first 17*4520Snw141292 */ 18*4520Snw141292 extern const char *sqlite_temp_directory; 19*4520Snw141292 20*4520Snw141292 #ifdef __cplusplus 21*4520Snw141292 } 22*4520Snw141292 #endif 23*4520Snw141292 24*4520Snw141292 #endif /* _SQLITE_MISC_H */ 25