/*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/#ifndef _SQLITE_MISC_H
#define _SQLITE_MISC_H
#ifdef __cplusplus
extern"C" {
#endif
/*
* defines an extra temp directory to try first
*/externconstchar*sqlite_temp_directory;
#ifdef __cplusplus
}
#endif
#endif /* _SQLITE_MISC_H */