root/usr/src/lib/libsqlite/sqlite-misc.h
/*
 * 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
 */
extern const char *sqlite_temp_directory;

#ifdef  __cplusplus
}
#endif

#endif  /* _SQLITE_MISC_H */